Skip to content

Commit 59a96a5

Browse files
set a timeout for claude tasks (#222)
1 parent 94e53f8 commit 59a96a5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
# Skip review for automated "Version Packages" PRs created by changesets
2020
if: github.event.pull_request.title != 'Version Packages'
2121

22+
timeout-minutes: 30
2223
runs-on: ubuntu-latest
2324
permissions:
2425
contents: read

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
1818
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
1919
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
20+
timeout-minutes: 30
2021
runs-on: ubuntu-latest
2122
permissions:
2223
contents: write

0 commit comments

Comments
 (0)