mirror of https://github.com/bitwarden/cli.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
357 B
13 lines
357 B
name: Enforce PR labels |
|
|
|
on: |
|
pull_request: |
|
types: [labeled, unlabeled, opened, edited, synchronize] |
|
jobs: |
|
enforce-label: |
|
runs-on: ubuntu-latest |
|
steps: |
|
- uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb |
|
with: |
|
BANNED_LABELS: "hold" |
|
BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged"
|
|
|