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 8b04d8e commit e3cc9baCopy full SHA for e3cc9ba
.github/workflows/claude-code-review.yml
@@ -11,7 +11,7 @@ jobs:
11
github.event_name == 'workflow_dispatch' ||
12
(github.event_name == 'issue_comment' &&
13
github.event.issue.pull_request &&
14
- contains(github.event.comment.body, '/review'))
+ contains(github.event.comment.body, 'bugbot run'))
15
16
runs-on: ubuntu-latest
17
permissions:
.github/workflows/claude.yml
- contains(github.event.comment.body, '/claude'))
+ contains(github.event.comment.body, '@claude'))
contents: read
0 commit comments