Ci/GitHub: Close issues when a fix gets pushed to 3.3.5 branch

Fixes #25198
This commit is contained in:
jackpoz
2020-08-02 18:29:18 +02:00
parent 76d6c1793a
commit c155a68ad5

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

@@ -0,0 +1,16 @@
on:
push:
branches:
- 3.3.5
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 }}