Skip to content

Commit 88e4bc5

Browse files
authored
Update do_not_merge.yml
1 parent 8b072d8 commit 88e4bc5

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/do_not_merge.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@ name: Block if 'do not merge'
22

33
on:
44
pull_request:
5-
types: [opened, labeled, unlabeled, synchronize]
5+
types: [opened, reopened, labeled, unlabeled, synchronize, edited, ready_for_review]
66

77
jobs:
88
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"
9+
name: Block is do not merge
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: mheap/github-action-required-labels@v2
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15+
with:
16+
mode: exactly
17+
count: 0
18+
labels: "do not merge"

0 commit comments

Comments
 (0)