Skip to content

Commit

Permalink
Add require-label workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Dec 12, 2024
1 parent ed785be commit 1a796b1
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/require-label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Check: require label'

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

jobs:
label:
runs-on: ubuntu-24.04
permissions:
pull-requests: read
steps:
- uses: mheap/github-action-required-labels@388fd6af37b34cdfe5a23b37060e763217e58b03 # 5.5.0
with:
mode: minimum
count: 1
labels: |
breaking change
bug fix
changelog
dependencies
feature
documentation
no changelog

0 comments on commit 1a796b1

Please sign in to comment.