Skip to content

Commit

Permalink
fix: increase merge-gatekeeper timeout to 25 minutes (1500 seconds)
Browse files Browse the repository at this point in the history
  • Loading branch information
varex83 committed Sep 16, 2024
1 parent 05f926a commit 1848b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
uses: upsidr/merge-gatekeeper@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
timeout: 1200
timeout: 1500
interval: 30
ignored: "code-review/reviewable"

Expand All @@ -217,7 +217,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{github.ref}}
timeout: 1200
timeout: 1500
interval: 30
ignored: "code-review/reviewable"

Expand Down

0 comments on commit 1848b1e

Please sign in to comment.