Skip to content

Commit

Permalink
fix(automerge): make retry sleep 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
willsoto authored Mar 29, 2021
1 parent 12dda74 commit af328fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
MERGE_METHOD: "rebase"
MERGE_DELETE_BRANCH: true
# 60 seconds between retries
MERGE_RETRY_SLEEP: 600000
MERGE_RETRY_SLEEP: 60000
# Make people update branches themselves
# Dependabot will handle updates for its PRs
UPDATE_RETRIES: 0

0 comments on commit af328fa

Please sign in to comment.