diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index d8152615..8f99025a 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -57,9 +57,3 @@ jobs: - name: Run formatter 💅 run: pnpm format - - - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: Apply formatting changes - branch: ${{ github.head_ref }}