Skip to content

Commit

Permalink
Merge pull request #1868 from github/henrymercer/improve-dependency-u…
Browse files Browse the repository at this point in the history
…pdate

Improve usability of update dependencies workflow
  • Loading branch information
Henry Mercer authored and GitHub committed Sep 5, 2023
2 parents 7bffcb4 + e6cb4fe commit 37d8d03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 37d8d03

Please sign in to comment.