There was an error while loading. Please reload this page.
1 parent e0edc2e commit 426325fCopy full SHA for 426325f
1 file changed
.github/workflows/merge-on-green.yml
@@ -21,7 +21,7 @@ jobs:
21
(
22
github.event_name == 'issue_comment' &&
23
github.event.issue.pull_request &&
24
- contains(fromJSON('["LGTM","lgtm","Lgtm"]'), trim(github.event.comment.body))
+ (contains(github.event.comment.body, 'LGTM') || contains(github.event.comment.body, 'lgtm'))
25
) ||
26
27
github.event_name == 'pull_request_review' &&
0 commit comments