Skip to content

Commit 2471644

Browse files
Temporarly increase automerge timeout due to #10169 increase jekyll build time (#10591)
Signed-off-by: Peter Zhu <[email protected]> (cherry picked from commit f6cd2fd) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b03012a commit 2471644

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)