Skip to content

chore(deps): update dependency prettier to v3 #40

chore(deps): update dependency prettier to v3

chore(deps): update dependency prettier to v3 #40

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check Labels
runs-on: ubuntu-latest
timeout-minutes: 5m

Check failure on line 14 in .github/workflows/label_check.yml

View workflow run for this annotation

GitHub Actions / Label Checker

Invalid workflow file

The workflow is not valid. .github/workflows/label_check.yml (Line: 14, Col: 22): Unexpected value '5m'
steps:
- name: Check Semver Labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: major,minor,patch
repo_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check Release Labels
uses: docker://agilepathway/pull-request-label-checker:latest
with:
one_of: breaking-change,bug,dependency,documentation,enhancement,skip-changelog,wontfix
repo_token: ${{ secrets.GITHUB_TOKEN }}