From 2003ce650542a00c460af9bc23ac6eedae74397c Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Wed, 29 May 2024 21:20:42 +0100 Subject: [PATCH] Attempt to allow PR to run status checks on PR-validation-generated commit --- .github/workflows/PR-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-validation.yml b/.github/workflows/PR-validation.yml index fa1a224b..32bacfa8 100644 --- a/.github/workflows/PR-validation.yml +++ b/.github/workflows/PR-validation.yml @@ -507,7 +507,7 @@ jobs: echo 'Auto-updated deps lock files.' >> $GITHUB_OUTPUT echo '' >> $GITHUB_OUTPUT echo '' >> $GITHUB_OUTPUT - echo 'skip-checks: true' >> $GITHUB_OUTPUT + echo 'request-checks: true' >> $GITHUB_OUTPUT echo 'EOF' >> $GITHUB_OUTPUT - uses: stefanzweifel/git-auto-commit-action@v5 with: