Skip to content

Commit 76a8fef

Browse files
committed
GHA: add workflow to require changelog label
1 parent d3759d5 commit 76a8fef

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Require PR label
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, labeled, unlabeled, synchronize]
6+
7+
jobs:
8+
label:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: mheap/github-action-required-labels@v1
13+
with:
14+
mode: minimum
15+
count: 1
16+
labels:
17+
"changelog: Added, changelog: Changed, changelog: Deprecated, changelog:
18+
Fixed, changelog: Removed, changelog: Security, changelog: skip"

0 commit comments

Comments
 (0)