From b6c0da9bb839795507317685abb0d09bdeb3e4d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:45:28 +0000 Subject: [PATCH] Update github/issue-labeler action to v2.6 --- .github/workflows/new-issue-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/new-issue-label.yml b/.github/workflows/new-issue-label.yml index c414816..d5248d3 100644 --- a/.github/workflows/new-issue-label.yml +++ b/.github/workflows/new-issue-label.yml @@ -7,7 +7,7 @@ jobs: triage: runs-on: ubuntu-latest steps: - - uses: github/issue-labeler@v2.5 + - uses: github/issue-labeler@v2.6 with: repo-token: "${{ secrets.PAT }}" configuration-path: .github/labeler.yml