silverstripe / gha-merge-up

GitHub Action to merge-up supported branches in a repository
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

The diff we're using to check what's changed between branches is wrong #25

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 1 year ago

We're using the GitHub api to see what's different between branches - but that doesn't actually show the changes between files in the branches. What it shows is what was changed in the commits being merged up.

If those changes are made in the 5 branch, and then made against in the 5.0 branch and merged up, this action will show us that there are changes, and could fail if those changes are made in composer.json even though nothing will change in the merge-up.

Acceptance criteria

PRs

GuySartorelli commented 1 year ago

PR merged