Fix script path for help-wanted check

This commit is contained in:
Kynan Ware 2025-06-16 10:14:38 -06:00
parent 35e95a42c9
commit 7fa213251c

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