2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-20 20:00:40 +03:00

fix: moderator yml pushed with error (#10887)

* fix: remove all caches

* chore: fix moderator
This commit is contained in:
Jay
2026-05-13 19:05:26 +02:00
committed by GitHub
parent ecce921522
commit 938a4fc4a8
+3 -2
View File
@@ -9,6 +9,7 @@ on:
jobs: jobs:
spam-detection: spam-detection:
name: AI Moderator
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
issues: write issues: write
@@ -17,12 +18,12 @@ jobs:
contents: read contents: read
steps: steps:
- name: Checkout repo - name: Checkout repo
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with: with:
persist-credentials: false persist-credentials: false
- name: Run AI Moderator - name: Run AI Moderator
- uses: github/ai-moderator@81159c370785e295c97461ade67d7c33576e9319 # v1.1.4 uses: github/ai-moderator@81159c370785e295c97461ade67d7c33576e9319 # v1.1.4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
spam-label: 'spam' spam-label: 'spam'