Explorar o código

Remove jonmeow from pre-commit config (#6966)

Removing this exception before I forget it's there

Assisted-by: Google Antigravity with Gemini
Jon Ross-Perkins hai 1 mes
pai
achega
25793358c3
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      .github/workflows/pre_commit_suggestions.yaml

+ 1 - 2
.github/workflows/pre_commit_suggestions.yaml

@@ -28,8 +28,7 @@ jobs:
     # Only generate suggestions if pre-commit for a PR failed.
     if: |
       github.event.workflow_run.conclusion == 'failure' &&
-      github.event.workflow_run.event == 'pull_request' &&
-      github.actor != 'jonmeow'
+      github.event.workflow_run.event == 'pull_request'
     runs-on: ubuntu-latest
     steps:
       - name: Harden Runner