From fe4e6c766b94c402db8bfb782f8beaee3aad0d98 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 15 May 2025 06:25:05 +1000 Subject: [PATCH] More workflow updates (cherry picked from commit 0c24aa43134f8ae5f9bcf7952093012b7aca7d3e) --- .github/workflows/auto-label-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-label-issues.yml b/.github/workflows/auto-label-issues.yml index a007c6550..3d7a86450 100644 --- a/.github/workflows/auto-label-issues.yml +++ b/.github/workflows/auto-label-issues.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Label issues and PRs by content - uses: github/issue-labeler@v3 + uses: github/issue-labeler@v3.4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/issue-labeler.yml