We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Require PR labels:
on: pull_request: types: - opened - labeled jobs: check_priority_label: runs-on: ubuntu-latest steps: - name: "Check for required priority labels" if: ${{ !contains(github.event.pull_request.labels.*.name, 'priority:low') && !contains(github.event.pull_request.labels.*.name, 'priority:medium') && !contains(github.event.pull_request.labels.*.name, 'priority:high')}} run: exit 1
The text was updated successfully, but these errors were encountered:
🫡
Sorry, something went wrong.
This was added in #11 (I forgot there was an issue for this already)
jsstevenson
korikuzma
No branches or pull requests
Require PR labels:
The text was updated successfully, but these errors were encountered: