mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
13 lines
278 B
YAML
13 lines
278 B
YAML
name: "Pull Request Labeler"
|
|
on: [pull_request_target]
|
|
|
|
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
|