Skip to content

Commit 8f1f088

Browse files
committed
listen to me
1 parent 10ba3c6 commit 8f1f088

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
if: |
1515
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
1616
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
17+
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
1718
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
1819
runs-on: ubuntu-latest
1920
permissions:
@@ -33,5 +34,4 @@ jobs:
3334
uses: anthropics/claude-code-action@v1
3435
with:
3536
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
36-
#trigger_phrase: "claude do the needful"
37-
37+
# trigger_phrase: "claude do the needful"

0 commit comments

Comments
 (0)