From 2e20d10279ac9f9a998e4ead687ec99030149b90 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 29 Jul 2023 06:02:42 +0200 Subject: [PATCH] ci: use conventional commit for autofix --- .github/workflows/autofix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 02436a7..938b6c3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -22,3 +22,5 @@ jobs: - name: Fix lint issues run: pnpm run lint:fix - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 + with: + commit-message: 'style: apply lint fixes'