From df7da411601dce4598f2441053ae124832543ad7 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 28 Apr 2023 21:06:46 -0400 Subject: [PATCH] ci: Increase retry count on PR conflict check --- .github/workflows/conflictcheck.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/conflictcheck.yml b/.github/workflows/conflictcheck.yml index 3bc9ea74a132..48be8ba510c5 100644 --- a/.github/workflows/conflictcheck.yml +++ b/.github/workflows/conflictcheck.yml @@ -21,3 +21,4 @@ jobs: with: dirtyLabel: "status: needs rebase" repoToken: "${{ secrets.GITHUB_TOKEN }}" + retryMax: 10