3 ms·
> And CI is building 'merge branch master', on the master branch, great. How does one set this up in GitHub actions?
by cpcallen 5y ago
> And CI is building 'merge branch master', on the master branch, great.
How does one set this up in GitHub actions?
- OJFord 5y agoBy default it shows the commit message doesn't it? At least I'm not aware I've done anything for e.g. https://github.com/OJFord/terraform-provider-wireguard/actions https://github.com/OJFord/terraform-provider-wireguard/actio... The annoyance I'm describing is that when the commit message is 'merge branch master' (and especially if, as the label next to it shows, it is the master branch) this is crap and useless, and hiding the 'real' commits behind it that the committer had locally while behind the remote. If they had `git pull --rebase`d (or `git pull` with the config option set) the commit message would be that of the latest 'real' one.