From ada6c92da40d54d3afcba9a6366213a22f215272 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sat, 23 Nov 2024 00:51:52 -0600 Subject: [PATCH] chore: skip autofix on renovate prs --- .github/workflows/autofix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 15c2b01..a3afc15 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -23,3 +23,4 @@ jobs: - uses: jdx/mise-action@v2 - run: mise r autofix - uses: autofix-ci/action@v1.3.1 + if: "!startsWith(github.ref_name, 'renovate/')"