From 9470ac45a1489270b76dd161d297d847f5093ee3 Mon Sep 17 00:00:00 2001 From: Willhoit Date: Mon, 18 Sep 2023 10:16:22 -0500 Subject: [PATCH] chore: increase automerge tries --- .github/workflows/automerge-nightly-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge-nightly-pr.yml b/.github/workflows/automerge-nightly-pr.yml index a67aeb0f..66b9fad2 100644 --- a/.github/workflows/automerge-nightly-pr.yml +++ b/.github/workflows/automerge-nightly-pr.yml @@ -17,8 +17,8 @@ jobs: - name: Automerge uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: - max_attempts: 15 - retry_wait_seconds: 120 # 15 attempts every two minutes + max_attempts: 30 + retry_wait_seconds: 120 # 30 attempts every two minutes command: sf-release cli:release:automerge --owner salesforcecli --repo cli --pull-number ${{ github.event.pull_request.number }} --verbose retry_on: error timeout_minutes: 60