aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-closer.yml
blob: c98ffee9fc33faad769ab5429b4c7efd5646a028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 }}