[SKIP CI] Add issue moderator action
(cherry picked from commit b2601ad696b9d6fc53ea537e9b41994736d4229f)
This commit is contained in:
parent
36c45c9450
commit
1f37d571cf
1 changed files with 14 additions and 0 deletions
14
.github/workflows/issue_moderator.yml
vendored
Normal file
14
.github/workflows/issue_moderator.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Issue moderator
|
||||
|
||||
on:
|
||||
issue_comment:
|
||||
types: [created]
|
||||
|
||||
jobs:
|
||||
moderate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Moderate issues
|
||||
uses: tachiyomiorg/issue-moderator-action@v1.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
Loading…
Reference in a new issue