Skip to content

Commit 37d8d03

Browse files
authored
Merge pull request #1868 from github/henrymercer/improve-dependency-update
Improve usability of update dependencies workflow
2 parents 7bffcb4 + e6cb4fe commit 37d8d03

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/update-dependencies.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,8 @@ jobs:
3434
git add node_modules
3535
git commit -am "Update checked-in dependencies"
3636
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 }}"
3741
fi

0 commit comments

Comments
 (0)