Files
azerothcore-wotlk/.github/workflows/pr_labeler.yml
2021-11-10 10:18:40 +01:00

14 lines
277 B
YAML

name: PR Labeler
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@v3
with:
repo-token: ${{ secrets.AC_GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true