From 3e4e17a103271fa7155f4cb2399df224c322a9b6 Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Wed, 25 Mar 2020 13:33:39 +0100 Subject: [PATCH] [ci] Retry mergable state for 30 minutes --- .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