Skip to content

Commit c5aea28

Browse files
committed
fix: add 30-minute timeout to Claude Code workflow
1 parent b0417dd commit c5aea28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/claude.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')) &&
2323
(github.event.issue.user.login == github.repository_owner || github.event.issue.author_association == 'OWNER' || github.event.issue.author_association == 'MEMBER' || github.event.issue.author_association == 'COLLABORATOR'))
2424
runs-on: ubuntu-latest
25+
timeout-minutes: 30
2526
permissions:
2627
contents: read
2728
pull-requests: read

0 commit comments

Comments
 (0)