Rebasing PRs
#3221
Replies: 1 comment
-
|
As far as I can see, this setting is already enabled:
|
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @Synchro. Could you enable rebase merging for PR in the future?

https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-rebasing-for-pull-requests
It makes a little difficult for blaming to have this history.
Occasionally you have to blame a ton of commits in the past to get to the culprit, and retrieving information in the past is painful because most commits don't have the PR associated in the commit message.
Personally I have not tried this feature. I'm not sure if it aggregates all co-authors of the PR (in case there have been multiple commits made by several people in the same PR, like in this example
Beta Was this translation helpful? Give feedback.
All reactions