Skip to content

Commit f130acf

Browse files
authored
Create moderate.yml
1 parent ed7f1e6 commit f130acf

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/workflows/moderate.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: AI Community Moderator
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
pull_request:
7+
types: [opened]
8+
issue_comment:
9+
types: [created]
10+
pull_request_review_comment:
11+
types: [created]
12+
discussion:
13+
types: [created]
14+
discussion_comment:
15+
types: [created]
16+
17+
jobs:
18+
moderate:
19+
runs-on: ubuntu-latest
20+
permissions:
21+
contents: read
22+
issues: write
23+
pull-requests: write
24+
discussions: write
25+
models: read
26+
steps:
27+
- uses: benbalter/ai-community-moderator@main
28+
with:
29+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)