Skip to content

Commit

Permalink
ci: require label on pr
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 11, 2024
1 parent 73e25a4 commit 02ca079
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/require_label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: require label

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]

jobs:
label:
runs-on: ubuntu-22.04
permissions:
pull-requests: read
steps:
- uses: mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5.3.0
with:
mode: minimal
count: 1
labels: |
changelog
no changelog
breaking change
feature
bug fix

0 comments on commit 02ca079

Please sign in to comment.