chore(CI): Hello Github Bot and Update actions version (#17285)

This commit is contained in:
Kitzunu
2023-09-17 22:14:04 +02:00
committed by GitHub
parent 18f20edbfa
commit 63b10f34a6
13 changed files with 27 additions and 18 deletions

View File

@@ -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