Files
azerothcore-wotlk/.github/workflows/labeler.yml
2021-11-09 11:41:19 +01:00

13 lines
281 B
YAML

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