We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bffcb4 + e6cb4fe commit 37d8d03Copy full SHA for 37d8d03
.github/workflows/update-dependencies.yml
@@ -34,4 +34,8 @@ jobs:
34
git add node_modules
35
git commit -am "Update checked-in dependencies"
36
git push origin "HEAD:$BRANCH"
37
+ echo "Pushed a commit to update the checked-in dependencies." \
38
+ "Please mark the PR as ready for review to trigger PR checks." |
39
+ gh pr comment --body-file - --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
40
+ gh pr ready --undo --repo github/codeql-action --pr "${{ github.event.pull_request.number }}"
41
fi
0 commit comments