summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
blob: e91fda799bd795e22b6df6b736d9bee0c53a1f2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: "Issue Labeler"
on:
  issues:
    types: [opened]

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