diff --git a/.github/workflows/pr-review-command.yml b/.github/workflows/pr-review-command.yml index 0815c5e38..aa5424b49 100644 --- a/.github/workflows/pr-review-command.yml +++ b/.github/workflows/pr-review-command.yml @@ -72,7 +72,7 @@ jobs: needs: authorize if: needs.authorize.outputs.matched == 'true' runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 container: image: ghcr.io/xiaomi/xiaomi-miloco/pr-review:trixie credentials: diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index f796ada19..cb396e159 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -23,7 +23,7 @@ jobs: # 审所有非草稿 PR(pull_request_target 下 fork 也可用 secrets) if: github.event.pull_request.draft == false runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 container: image: ghcr.io/xiaomi/xiaomi-miloco/pr-review:trixie credentials: