Skip to content

Commit 8b072d8

Browse files
authored
Create do_not_merge.yml
1 parent fd2ed38 commit 8b072d8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/do_not_merge.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Block if 'do not merge'
2+
3+
on:
4+
pull_request:
5+
types: [opened, labeled, unlabeled, synchronize]
6+
7+
jobs:
8+
block:
9+
- uses: mheap/github-action-required-labels@v2
10+
env:
11+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
12+
with:
13+
mode: exactly
14+
count: 0
15+
labels: "do not merge"

0 commit comments

Comments
 (0)