mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
chore(CI): Hello Github Bot and Update actions version (#17285)
This commit is contained in:
9
.github/workflows/pr_labeler.yml
vendored
9
.github/workflows/pr_labeler.yml
vendored
@@ -5,9 +5,14 @@ on:
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-20.04
|
||||
permissions: write-all
|
||||
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||
steps:
|
||||
- uses: actions/labeler@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.AC_GITHUB_TOKEN }}
|
||||
persist-credentials: true
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/labeler.yml
|
||||
sync-labels: true
|
||||
|
||||
Reference in New Issue
Block a user