Improve usability of update dependencies workflow
This commit is contained in:
parent
07d42ec34e
commit
e6cb4feff9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/update-dependencies.yml
vendored
4
.github/workflows/update-dependencies.yml
vendored
|
|
@ -34,4 +34,8 @@ jobs:
|
|||
git add node_modules
|
||||
git commit -am "Update checked-in dependencies"
|
||||
git push origin "HEAD:$BRANCH"
|
||||
echo "Pushed a commit to update the checked-in dependencies." \
|
||||
"Please mark the PR as ready for review to trigger PR checks." |
|
||||
gh pr comment --body-file - --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
|
||||
gh pr ready --undo --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue