فهرست منبع

[SKIP CI] Add issue moderator action

arkon 3 سال پیش
والد
کامیت
b2601ad696
1فایلهای تغییر یافته به همراه14 افزوده شده و 0 حذف شده
  1. 14 0
      .github/workflows/issue_moderator.yml

+ 14 - 0
.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/[email protected]
+        with:
+          repo-token: ${{ secrets.GITHUB_TOKEN }}