From 0f49576694cd2798e41568638a41a6f8e38fdae9 Mon Sep 17 00:00:00 2001 From: Ingo Fischer Date: Fri, 10 Nov 2023 23:33:14 +0100 Subject: [PATCH] Increase retries for automerge logic for releases (#511) ... there were cases where GHA was slower as expected --- .github/workflows/release-npm.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-npm.yml b/.github/workflows/release-npm.yml index f43495c59f..ea83ac355c 100644 --- a/.github/workflows/release-npm.yml +++ b/.github/workflows/release-npm.yml @@ -80,6 +80,8 @@ jobs: MERGE_DELETE_BRANCH: "false" UPDATE_LABELS: "automated pr" MERGE_METHOD: "squash" + MERGE_RETRIES: "30" + MERGE_RETRY_SLEEP: "15000" - name: Checkout repository if: steps.automerge.outputs.mergeResult == 'merged'