mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
16 lines
338 B
YAML
16 lines
338 B
YAML
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 }} |