Skip to content

Commit c8753ef

Browse files
committed
fix(ci): added ai moderation to auto flag spam prs
1 parent 46cf7ff commit c8753ef

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,10 @@ jobs:
238238
git diff
239239
exit 1
240240
fi
241+
242+
ai-moderator:
243+
runs-on: ubuntu-latest
244+
needs: [test]
245+
steps:
246+
- name: AI Issue and Comment Moderator
247+
uses: github/ai-moderator@v1.1.2

0 commit comments

Comments
 (0)