Skip to content

Commit b671235

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/do_not_merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Block if 'do not merge'
1+
name: label check
22

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

77
jobs:
88
block:
9-
name: Block is do not merge
9+
name: Block if do not merge
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: mheap/github-action-required-labels@v2

0 commit comments

Comments
 (0)