Skip to content

Commit e3cc9ba

Browse files
committed
fix: change triggers
1 parent 8b04d8e commit e3cc9ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, '/review'))
14+
contains(github.event.comment.body, 'bugbot run'))
1515
1616
runs-on: ubuntu-latest
1717
permissions:

.github/workflows/claude.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, '/claude'))
14+
contains(github.event.comment.body, '@claude'))
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: read

0 commit comments

Comments
 (0)