Skip to content
name: Verify PR Labels
on:
pull_request:
branches: [ master ]
types: [opened, labeled, unlabeled, synchronize]
jobs:
steps:
uses: jesusvasquez333/verify-pr-label-action@v1.4.0

Check failure on line 10 in .github/workflows/ensure-pr-label.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ensure-pr-label.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: 'pr: non-breaking, pr: breaking change, pr: new feature'
disable-reviews: true