From 97ce0e6f8564e41c766586854d856e0660ead2e5 Mon Sep 17 00:00:00 2001 From: Will Dean Date: Wed, 19 Mar 2025 14:28:36 +0100 Subject: [PATCH] change the action location --- .github/workflows/pr-auto-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-auto-label.yml b/.github/workflows/pr-auto-label.yml index 9879a8e55f..f1b6aeaecf 100644 --- a/.github/workflows/pr-auto-label.yml +++ b/.github/workflows/pr-auto-label.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Sync labels with closing issues - uses: wd60622/closing-labels@v0.0.3 + uses: williambdean/closing-labels@v0.0.3 with: exclude: "help wanted,needs info,beginner friendly" env: