mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
14 lines
277 B
YAML
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
|