From bfe02a4d59c7a5edb2d165f67efb9abd735dac84 Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Sun, 22 Sep 2024 19:26:50 -0700 Subject: [PATCH] Make autofixer run a bit more aggressively (#563) I'm the one reviewing these changes, so I'm fine with them happening more often --- .github/workflows/resyntax-autofixer.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index f636fc0..e1231c6 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -3,7 +3,7 @@ name: Resyntax Autofixer on: workflow_dispatch: schedule: - - cron: "0 0 * * 1" + - cron: "0 0 * * *" jobs: autofix: @@ -29,3 +29,4 @@ jobs: with: private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }} max-pass-count: 1 + max-modified-files: 10