Skip to content

Commit 691091b

Browse files
committed
lgtm to all
1 parent cff2696 commit 691091b

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
@@ -96,7 +96,7 @@ jobs:
9696
if: |
9797
contains(github.event.comment.html_url, '/pull/') &&
9898
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')
100100
uses: andymckay/labeler@master
101101
with:
102102
repo-token: ${{ secrets.BOT_PAT }}
@@ -116,7 +116,7 @@ jobs:
116116
if: |
117117
contains(github.event.comment.html_url, '/pull/') &&
118118
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')
120120
uses: andymckay/labeler@master
121121
with:
122122
repo-token: ${{ secrets.BOT_PAT }}

0 commit comments

Comments
 (0)