Merge pull request #11125 from cli/kw/fix-file-not-found-in-help-wanted-workflow

Fix script path for help-wanted check
This commit is contained in:
Andy Feller 2025-06-16 13:14:18 -04:00 committed by GitHub
commit f652fd76dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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