Relative Content

Tag Archive for githubgithub-actionspull-request

How to force GitHub to update a PR merge branch?

Backstory: dependabot sent us a PR that bumped a bunch of NPM dependency versions, and the package-lock.json file in that PR was incorrect, causing npm ci to fail. We merged this PR before we realised this. We noticed the issue and created two PRs to fix it: One reverted the bad dependabot PR. One modified […]