From 56985a62e36eb2adc28c6fa0d35ca847fec898e9 Mon Sep 17 00:00:00 2001 From: Yusuke Morishita Date: Tue, 7 Jul 2026 06:52:53 -0700 Subject: [PATCH] Add a timeout to the review workflow Completes the timeout pass from #159: the review action validates that its workflow file matches the default branch and skips itself on any PR that edits this file, so the change ships separately. --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 805ccc5..b242674 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -12,6 +12,7 @@ jobs: claude-review: if: github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest + timeout-minutes: 20 permissions: contents: read pull-requests: write