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 ee302cd commit 7f1f356Copy full SHA for 7f1f356
.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, 'bugbot run'))
+ contains(github.event.comment.body, '/claude_review'))
15
16
runs-on: ubuntu-latest
17
permissions:
0 commit comments