aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/issue-closer.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/workflows/issue-closer.yml b/.github/workflows/issue-closer.yml
new file mode 100644
index 00000000000..c98ffee9fc3
--- /dev/null
+++ b/.github/workflows/issue-closer.yml
@@ -0,0 +1,16 @@
+on:
+ push:
+ branches:
+ - cata_classic
+
+jobs:
+ issue_closer:
+ if: github.repository == 'TrinityCore/TrinityCore'
+ runs-on: ubuntu-latest
+ name: Issue Closer
+ steps:
+ - name: Issue Closer
+ id: issue-closer
+ uses: TrinityCore/GitHub-Actions@issue-closer-prod
+ with:
+ token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file