We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e4f48 commit c90635cCopy full SHA for c90635c
.github/workflows/add-remove-labels.yml
@@ -11,11 +11,12 @@ on:
11
12
issue_comment:
13
types: [created, edited, deleted]
14
- if: |
15
- contains(github.event.comment.body, '/wip') ||
16
- contains(github.event.comment.body, '/verified') ||
17
- contains(github.event.comment.body, '/lgtm') ||
18
- contains(github.event.comment.body, '/hold')
+ # I don't believe the conditional is supported here
+ # if: |
+ # contains(github.event.comment.body, '/wip') ||
+ # contains(github.event.comment.body, '/verified') ||
+ # contains(github.event.comment.body, '/lgtm') ||
19
+ # contains(github.event.comment.body, '/hold')
20
21
22
permissions:
0 commit comments