Skip to content

Commit a618c73

Browse files
authored
feat: allow docker-agent[bot] to trigger /review (#65)
1 parent ed1c90f commit a618c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/review-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
if: |
196196
github.event.issue.pull_request &&
197197
contains(github.event.comment.body, '/review') &&
198-
github.event.comment.user.type != 'Bot'
198+
(github.event.comment.user.type != 'Bot' || github.event.comment.user.login == 'docker-agent[bot]')
199199
runs-on: ubuntu-latest
200200
env:
201201
HAS_APP_SECRETS: ${{ secrets.CAGENT_REVIEWER_APP_ID != '' }}

0 commit comments

Comments
 (0)