ejoffe / spr

Stacked Pull Requests on GitHub
MIT License
714 stars 65 forks source link

Add PR number to commit message upon merge #399

Open marcosfelt opened 3 months ago

marcosfelt commented 3 months ago

First, thanks for this amazing tool!

Currently, it is difficult to see which PR generated a commit on main. To find the PR associated with a commit, you have to look through all closed PRs and try to find the correct one.

I wonder if SPR could dynamically add the PR # to commits when syncing to GitHub. This would be similar to how GitHub adds the PR# to a squash merge or merge commit.