summaryrefslogtreecommitdiff
path: root/.github/workflows/issue-labeler.yml
blob: 2c3fd0e99b55762fcee9ebfb9b0248fa2063213c (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' && !github.event.pull_request.draft
    runs-on: ubuntu-latest
    name: Issue Labeler
    steps:
    - name: Issue Labeler
      id: issue-labeler
      uses: azerothcore/GitHub-Actions@issue-labeler-1.0.2
      with:
        token: ${{ secrets.GITHUB_TOKEN }}