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

jobs:
  pr_labeler:
    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 }}