File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 96
96
if : |
97
97
contains(github.event.comment.html_url, '/pull/') &&
98
98
contains(github.event.comment.body, '/lgtm') &&
99
- contains(steps.approvers .outputs.reviewers, github.event.comment.user.login || 'null')
99
+ contains(steps.reviewers .outputs.reviewers, github.event.comment.user.login || 'null')
100
100
uses : andymckay/labeler@master
101
101
with :
102
102
repo-token : ${{ secrets.BOT_PAT }}
@@ -116,7 +116,7 @@ jobs:
116
116
if : |
117
117
contains(github.event.comment.html_url, '/pull/') &&
118
118
contains(github.event.comment.body, '/remove lgtm') &&
119
- contains(steps.approvers .outputs.reviewers, github.event.comment.user.login || 'null')
119
+ contains(steps.reviewers .outputs.reviewers, github.event.comment.user.login || 'null')
120
120
uses : andymckay/labeler@master
121
121
with :
122
122
repo-token : ${{ secrets.BOT_PAT }}
You can’t perform that action at this time.
0 commit comments