Skip to content

Commit 0313e3f

Browse files
authored
ci: update global workflows
1 parent 6cedb89 commit 0313e3f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/automerge-for-humans-add-ready-to-merge-or-do-not-merge-label.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
#Purpose of this workflow is to enable anyone to label PR with `ready-to-merge` and `do-not-merge` labels to get stuff merged or blocked from merging
55
name: Add ready-to-merge or do-not-merge label # if proper comment added
66

7-
on: issue_comment
7+
on:
8+
issue_comment:
9+
types:
10+
- created
811

912
jobs:
1013
parse-comment-and-add-ready: # for handling cases when you want to mark as ready to merge

.github/workflows/help-command.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
name: Create help comment
55

6-
on: [issue_comment]
6+
on:
7+
issue_comment:
8+
types:
9+
- created
710

811
jobs:
912
create_help_comment:

0 commit comments

Comments
 (0)