We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1c90f commit a618c73Copy full SHA for a618c73
.github/workflows/review-pr.yml
@@ -195,7 +195,7 @@ jobs:
195
if: |
196
github.event.issue.pull_request &&
197
contains(github.event.comment.body, '/review') &&
198
- github.event.comment.user.type != 'Bot'
+ (github.event.comment.user.type != 'Bot' || github.event.comment.user.login == 'docker-agent[bot]')
199
runs-on: ubuntu-latest
200
env:
201
HAS_APP_SECRETS: ${{ secrets.CAGENT_REVIEWER_APP_ID != '' }}
0 commit comments