From ee71fbd062167b0de11196fd9394e854d965da58 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Wed, 25 Mar 2020 13:49:42 +0100 Subject: [PATCH] [ci] Retry mergable state for 30 minutes (#20269) --- .github/workflows/maintenance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 3ea9b6299d6822..a9978c797a1a0c 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -17,3 +17,5 @@ jobs: dirtyLabel: 'PR: needs rebase' removeOnDirtyLabel: 'PR: ready to ship' repoToken: '${{ secrets.GITHUB_TOKEN }}' + retryAfter: 130 + retryMax: 10