Skip to content
name: Verify PR Labels
on:
pull_request_target:
types: [opened, labeled, unlabeled, synchronize]
jobs:
runs-on: ubuntu-latest

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

View workflow run for this annotation

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

Invalid workflow file

You have an error in your yaml syntax on line 8
steps:
- uses: jesusvasquez333/verify-pr-label-action@v1.4.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
valid-labels: 'pr: non-breaking, pr: breaking change, pr: new feature'
pull-request-number: '${{ github.event.pull_request.number }}'