Skip to content

Commit ef9b212

Browse files
committed
Simplify local claude workflows
1 parent 00f64a7 commit ef9b212

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ jobs:
1515
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@main
1616
secrets:
1717
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
18-
with:
19-
timeout_minutes: '60'

.github/workflows/claude.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ permissions:
1919

2020
jobs:
2121
claude:
22-
if: |
23-
(github.event_name == 'issue_comment' && contains(github.event.comment.body, '@claude')) ||
24-
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
25-
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
26-
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
2722
uses: SocketDev/socket-registry/.github/workflows/claude.yml@main
2823
secrets:
2924
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)