Hi everyone, I’ve overlooked a crucial issue: - If we’re rebasing, we lose the validity of the commit signature, which blocks the PR.
On the other hand, if we use merge commits, we’ll have at least two merge commits in the history. I’m wondering if we should still use this functionality…. maybe not.. Regards, Adam Saghy > On Aug 24, 2026, at 6:21 PM, James Dailey <[email protected]> wrote: > > +1 > > We can still reject the PR or ask for improvements but the rebase helps move > things along > > > Sent from Gmail Mobile > > On Mon, Aug 24, 2026 at 8:34 AM Dhroov Sankla <[email protected] > <mailto:[email protected]>> wrote: >> +1 >> >> Sounds like a great improvement. It will make keeping PRs in sync with the >> latest HEAD much easier for contributors and maintainers. >> >> >> On Mon, Aug 24, 2026 at 8:58 PM Ádám Sághy <[email protected] >> <mailto:[email protected]>> wrote: >>> Hi everyone, >>> >>> I’d like to enable the “Update PR” functionality for open PRs. >>> >>> Here’s the relevant pull request: >>> >>> https://github.com/apache/fineract/pull/6318 >>> >>> This feature would allow us to merge or rebase any open PRs with a single >>> click, ensuring that they are aligned with the latest HEAD. >>> >>> I’d love to hear your thoughts on this. >>> >>> Regards, >>> Adam Saghy
