diff --git a/.github/workflows/auto-fix.yml b/.github/workflows/auto-fix.yml index 6fe2c52c..654719b5 100644 --- a/.github/workflows/auto-fix.yml +++ b/.github/workflows/auto-fix.yml @@ -31,7 +31,9 @@ on: jobs: auto-fix: - if: github.event.label.name == 'agent: create-pr' || github.event_name == 'workflow_dispatch' + if: >- + github.event.label.name == 'agent: create-pr' || + github.event_name == 'workflow_dispatch' runs-on: ubuntu-latest permissions: contents: write