aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2024-10-02 17:55:02 +0200
committerfunjoker <funjoker109@gmail.com>2024-10-02 17:57:49 +0200
commit5d9913730eef35ef533fd83f8f23c92641e47ad5 (patch)
tree06512457836b84b65893a1995d26fd10413d0e1d
parentdfd224931aa0366045aba2b7c50539a7b53e3c66 (diff)
Workflow: Add issue closer to cata_classic
Closes #30295
-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