aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-labeler.yml
blob: 3df7dea6e69505fd20d31d42a838d8d878e7e9ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
on:
  pull_request:
    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 }}