diff --git a/.github/workflows/pr-automation.yml b/.github/workflows/pr-automation.yml index 48a55985..fe164ff3 100644 --- a/.github/workflows/pr-automation.yml +++ b/.github/workflows/pr-automation.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically label PR - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: repo-token: '${{ secrets.GITHUB_TOKEN }}' sync-labels: true