Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading