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 }}