Skip to content

Commit a3cd8a2

Browse files
committed
lgtm to all
1 parent a790074 commit a3cd8a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
contains(github.event.comment.html_url, '/pull/') &&
9898
contains(github.event.comment.body, '/lgtm') &&
9999
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
101101
uses: andymckay/labeler@master
102102
with:
103103
repo-token: ${{ secrets.BOT_PAT }}
@@ -109,7 +109,7 @@ jobs:
109109
contains(github.event.comment.html_url, '/pull/') &&
110110
contains(github.event.comment.body, '/lgtm') &&
111111
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
113113
uses: andymckay/labeler@master
114114
with:
115115
repo-token: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)