From 7fa213251c305d7d6f99cdbd9bef17b6d3dc2603 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Mon, 16 Jun 2025 10:14:38 -0600 Subject: [PATCH] Fix script path for help-wanted check --- .github/workflows/pr-help-wanted.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-help-wanted.yml b/.github/workflows/pr-help-wanted.yml index 5475d2eff..0dd10c647 100644 --- a/.github/workflows/pr-help-wanted.yml +++ b/.github/workflows/pr-help-wanted.yml @@ -26,4 +26,4 @@ jobs: fi # Run the script to check for issues without help-wanted label - bash .github/scripts/check-help-wanted.sh ${{ github.event.pull_request.html_url }} + bash .github/workflows/scripts/check-help-wanted.sh ${{ github.event.pull_request.html_url }}