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 97
97
contains(github.event.comment.html_url, '/pull/') &&
98
98
contains(github.event.comment.body, '/lgtm') &&
99
99
contains(steps.approvers.outputs.reviewers, github.event.comment.user.login || 'null') &&
100
- github.event.issue .user.login != github.event.comment.user.login
100
+ github.event.pull_request .user.login != github.event.comment.user.login
101
101
uses : andymckay/labeler@master
102
102
with :
103
103
repo-token : ${{ secrets.BOT_PAT }}
@@ -109,7 +109,7 @@ jobs:
109
109
contains(github.event.comment.html_url, '/pull/') &&
110
110
contains(github.event.comment.body, '/lgtm') &&
111
111
contains(steps.approvers.outputs.approvers, github.event.comment.user.login || 'null') &&
112
- github.event.issue .user.login != github.event.comment.user.login
112
+ github.event.pull_request .user.login != github.event.comment.user.login
113
113
uses : andymckay/labeler@master
114
114
with :
115
115
repo-token : ${{ secrets.BOT_PAT }}
You can’t perform that action at this time.
0 commit comments