Updating permanent dependabot branch not working after updating dependencies #995
Labels
bug
Something isn't working
CI
Continuous Integration - GitHub Actions issues (NOT related to the repository Action)
dependency_updates
Issues pertaining to updates to our dependencies that are breaking the eager build
Because the logic to check whether the dependencies have just been updated is comparing the PR body text, this step fails - essentially because the static PR body text have the checkboxes unchecked.
This can be fixed by ignoring the checkbox lines or taking into account that instead of
[ ]
it can be[X]
or[x]
.The text was updated successfully, but these errors were encountered: