Workflow: Add issue closer to cata_classic

Closes #30295
This commit is contained in:
jackpoz
2024-10-02 17:55:02 +02:00
committed by funjoker
parent dfd224931a
commit 5d9913730e

16
.github/workflows/issue-closer.yml vendored Normal file
View File

@@ -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 }}