diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-11-30 23:39:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-30 23:39:10 +0100 |
commit | 123bf37ee7e6763d9d7f4b778cfe8453577bce6c (patch) | |
tree | 3bbb9c419f2f2dc4a14047534c443332e613b7b9 /.github | |
parent | 8eed7ee531fead89b416e07967c6ed550d773d64 (diff) |
chore(CI): bump issue labeler version (#17913)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/issue-labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/issue-labeler.yml b/.github/workflows/issue-labeler.yml index cc032a770e..2c3fd0e99b 100644 --- a/.github/workflows/issue-labeler.yml +++ b/.github/workflows/issue-labeler.yml @@ -11,6 +11,6 @@ jobs: steps: - name: Issue Labeler id: issue-labeler - uses: azerothcore/GitHub-Actions@issue-labeler-1.0.1 + uses: azerothcore/GitHub-Actions@issue-labeler-1.0.2 with: token: ${{ secrets.GITHUB_TOKEN }} |