Skip to content

Commit d57a8d3

Browse files
Temporarly increase automerge timeout due to #10169 increase jekyll build time (#10591) (#10593)
1 parent 7090681 commit d57a8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automerge-backport.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
MERGE_LABELS: "backport-automerge,!On hold"
2626
MERGE_FILTER_AUTHOR: "opensearch-trigger-bot[bot]"
2727
MERGE_REQUIRED_APPROVALS: "1"
28-
MERGE_RETRIES: "30"
29-
MERGE_RETRY_SLEEP: "10000"
28+
MERGE_RETRIES: "50"
29+
MERGE_RETRY_SLEEP: "20000"
3030
MERGE_ERROR_FAIL: "true"
3131
MERGE_FORKS: "false"
3232
MERGE_METHOD: "squash"

0 commit comments

Comments
 (0)