Skip to content

Require at least one action label is specified before merging a PR #6

Require at least one action label is specified before merging a PR

Require at least one action label is specified before merging a PR #6

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
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: action/backport,action/release-note,action/none
repo_token: ${{ secrets.GITHUB_TOKEN }}