From 933dedeb3861eb4072b9ebf9908eda7ee429122c Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 30 Aug 2023 02:38:39 +0200 Subject: [PATCH] build(deps): that repo has no CI tests to validate a PR MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/workflows/combine-prs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/combine-prs.yml b/.github/workflows/combine-prs.yml index 4d7fb83..ef71d86 100644 --- a/.github/workflows/combine-prs.yml +++ b/.github/workflows/combine-prs.yml @@ -18,3 +18,5 @@ jobs: - name: combine-prs id: combine-prs uses: github/combine-prs@v3.1.2 + with: + ci_required: false -- 2.34.1