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

jobs:
  tag_issues:
    runs-on: ubuntu-latest
    name: Pull Request Labeler
    steps:
    - name: Pull Request Labeler
      id: pr-labeler
      uses: TrinityCore/GitHub-Actions@pr-labeler-prod
      with:
        token: ${{ secrets.GITHUB_TOKEN }}