aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
blob: 9831456cc2792772cac457e753e037145373d0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
on:
  issues:
    types: [opened]

jobs:
  issue_labeler:
    if: github.repository == 'TrinityCore/TrinityCore'
    runs-on: ubuntu-latest
    name: Issue Labeler
    steps:
    - name: Issue Labeler
      id: issue-labeler
      uses: TrinityCore/GitHub-Actions@issue-labeler-prod
      with:
        token: ${{ secrets.GITHUB_TOKEN }}