2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +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:
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'