Skip to content

Commit 7f1f356

Browse files
committed
fix: bugbot run -> /claude_review
1 parent ee302cd commit 7f1f356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
github.event_name == 'workflow_dispatch' ||
1212
(github.event_name == 'issue_comment' &&
1313
github.event.issue.pull_request &&
14-
contains(github.event.comment.body, 'bugbot run'))
14+
contains(github.event.comment.body, '/claude_review'))
1515
1616
runs-on: ubuntu-latest
1717
permissions:

0 commit comments

Comments
 (0)