mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Ci/GitHub: Close issues when a fix gets pushed to 3.3.5 branch
Fixes #25198
This commit is contained in:
16
.github/workflows/issue-closer.yml
vendored
Normal file
16
.github/workflows/issue-closer.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user