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 d7fb105
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/require_label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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: minimum
count: 1
labels: |
breaking change
bug fix
changelog
dependencies
feature
no changelog

0 comments on commit d7fb105

Please sign in to comment.