From 4e13f0006ad2e3b2e63e300300d5a09f16586261 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sat, 29 Jul 2023 06:00:54 +0200 Subject: [PATCH 1/2] ci: use conventional commit for autofix --- .github/workflows/autofix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index fc3aeee6..938b6c38 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -21,4 +21,6 @@ jobs: - run: pnpm install - name: Fix lint issues run: pnpm run lint:fix - - uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160 + - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 + with: + commit-message: 'style: apply lint fixes' From 54209aa392281abe864d5fdea57ff91e29557560 Mon Sep 17 00:00:00 2001 From: pooya parsa Date: Sat, 29 Jul 2023 09:16:00 +0200 Subject: [PATCH 2/2] Update .github/workflows/autofix.yml --- .github/workflows/autofix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 938b6c38..38b8c4e2 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -23,4 +23,4 @@ jobs: run: pnpm run lint:fix - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 with: - commit-message: 'style: apply lint fixes' + commit-message: 'chore: apply automated lint fixes'