We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ade73 commit 2383dcbCopy full SHA for 2383dcb
.github/workflows/pr_labeler.yml
@@ -120,8 +120,7 @@ jobs:
120
if: |
121
contains(github.event.comment.html_url, '/pull/') &&
122
contains(github.event.comment.body, '/remove lgtm') &&
123
- contains(steps.approvers.outputs.reviewers, github.event.comment.user.login || 'null') &&
124
- github.event.issue.user.login != github.event.comment.user.login
+ contains(steps.approvers.outputs.reviewers, github.event.comment.user.login || 'null')
125
uses: andymckay/labeler@master
126
with:
127
repo-token: ${{ secrets.BOT_PAT }}
0 commit comments