Increase oncall-triage workflow timeouts
- Job timeout: 15 -> 25 minutes - Claude Code step timeout: 10 -> 20 minutes
This commit is contained in:
parent
016734047d
commit
e67079be1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/oncall-triage.yml
vendored
4
.github/workflows/oncall-triage.yml
vendored
|
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
oncall-triage:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 15
|
||||
timeout-minutes: 25
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Claude Code for Oncall Triage
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 20
|
||||
uses: anthropics/claude-code-action@v1
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue