EmbarkStudios / octobors

Rust program for automerging PRs based on a few rules
Apache License 2.0
41 stars 2 forks source link

Octobors destroys PR description newlines on merges #33

Closed repi closed 1 year ago

repi commented 2 years ago

Somehow octobors when merging a PR and using the PR description as a squash merge commit message seems to remove the newlines in it, which really mangles up longer well written PR descriptions.

Think we've had this bug for quite a while, unfortunately, resulting in less readable commits in our repo histories. Would be great to fix it for future PRs.

Example (private internal link):

repi commented 1 year ago

yay, thanks @bnjbvr !