From b2601ad696b9d6fc53ea537e9b41994736d4229f Mon Sep 17 00:00:00 2001 From: arkon Date: Fri, 28 May 2021 23:21:14 -0400 Subject: [PATCH] [SKIP CI] Add issue moderator action --- .github/workflows/issue_moderator.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/workflows/issue_moderator.yml diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml new file mode 100644 index 0000000000..09eaa17537 --- /dev/null +++ b/.github/workflows/issue_moderator.yml @@ -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 }}