Skip to content

Add github action to ensure PRs are labeled. #1

Add github action to ensure PRs are labeled.

Add github action to ensure PRs are labeled. #1

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

Check failure on line 9 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:
valid-labels: 'pr: non-breaking, pr: breaking change, pr: new feature'
pull-request-number: '${{ github.event.pull_request.number }}'