Feature Request: One commit per PR workflow support #418
AndrewNolte
started this conversation in
Feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My workflow uses one commit per PR, as is common with people coming from Phabricator or https://github.com/modular/stack-pr. Here's what needs to be done for github stacked PRs to support that.
Add flags / config for opting into this workflow. Like
gh init --per-commit, but ideally a config.Snapshot PR history, and allow for diffing PR history and reverting to old state. Right now PRs can only show commits, rather than PR history. It does show the history of the force pushes, but it's not easy to diff those.
Commit messages would become PR messages in this flow, so ideally there would be a way to sync these. On https://github.com/modular/stack-pr the PR descriptions just get overwritten, which is pretty annoying.
All reactions