From 89ccf7998fbd55a6f82cd2d4d242b33e4256fa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Thu, 1 Sep 2022 19:14:57 +0200 Subject: [PATCH] chore: relax auto update PRs conditions (#4486) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché Signed-off-by: Charles-Edouard Brétéché --- .github/workflows/pr-update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-update.yaml b/.github/workflows/pr-update.yaml index 33ff2300dd..0365b37538 100644 --- a/.github/workflows/pr-update.yaml +++ b/.github/workflows/pr-update.yaml @@ -18,6 +18,6 @@ jobs: token: ${{ secrets.PR_UPDATE_TOKEN }} base: ${{ github.ref_name }} required_approval_count: 1 - require_passed_checks: true + require_passed_checks: false sort: 'updated' direction: 'asc'