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:
commit
f652fd76dc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr-help-wanted.yml
vendored
2
.github/workflows/pr-help-wanted.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue