diff options
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 }} |