Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf51bd45

Browse files
authored
Add ai-moderator workflow (#1274)
1 parentc019595 commitf51bd45

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

‎.github/workflows/moderator.yml‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
name:AI Moderator
2+
on:
3+
issues:
4+
types:[opened]
5+
issue_comment:
6+
types:[created]
7+
pull_request_review_comment:
8+
types:[created]
9+
10+
jobs:
11+
spam-detection:
12+
runs-on:ubuntu-latest
13+
permissions:
14+
issues:write
15+
pull-requests:write
16+
models:read
17+
contents:read
18+
steps:
19+
-uses:actions/checkout@v4
20+
-uses:github/ai-moderator@v1
21+
with:
22+
token:${{ secrets.GITHUB_TOKEN }}
23+
spam-label:'spam'
24+
ai-label:'ai-generated'
25+
minimize-detected-comments:true
26+
enable-spam-detection:true
27+
enable-link-spam-detection:true
28+
enable-ai-detection:true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp