From 938a4fc4a8f66635bddfbaa0ccf0daa5fe865c28 Mon Sep 17 00:00:00 2001 From: Jay Date: Wed, 13 May 2026 19:05:26 +0200 Subject: [PATCH] fix: moderator yml pushed with error (#10887) * fix: remove all caches * chore: fix moderator --- .github/workflows/moderator.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/moderator.yml b/.github/workflows/moderator.yml index 62c2cf88..9b33bc2e 100644 --- a/.github/workflows/moderator.yml +++ b/.github/workflows/moderator.yml @@ -9,6 +9,7 @@ on: jobs: spam-detection: + name: AI Moderator runs-on: ubuntu-latest permissions: issues: write @@ -17,12 +18,12 @@ jobs: contents: read steps: - name: Checkout repo - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Run AI Moderator - - uses: github/ai-moderator@81159c370785e295c97461ade67d7c33576e9319 # v1.1.4 + uses: github/ai-moderator@81159c370785e295c97461ade67d7c33576e9319 # v1.1.4 with: token: ${{ secrets.GITHUB_TOKEN }} spam-label: 'spam'