Files
azerothcore-wotlk/.github/workflows/labeler.yml
2020-10-19 14:06:47 +02:00

13 lines
271 B
YAML

name: "Pull Request Labeler"
on: [pull_request]
jobs:
triage:
runs-on: ubuntu-20.04
steps:
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: true