"Update Branch" button on PR #4641

Closed
opened 2025-11-02 05:57:07 -06:00 by GiteaMirror · 8 comments
Owner

Originally created by @techknowlogick on GitHub (Jan 13, 2020).

Related #8659

Similar to GitHub when a branch on a PR is out of sync, then an "Updated Branch" button could be used to merge commits from upstream into PR branch (assuming no merge conflicts)

Originally created by @techknowlogick on GitHub (Jan 13, 2020). Related #8659 Similar to GitHub when a branch on a PR is out of sync, then an "Updated Branch" button could be used to merge commits from upstream into PR branch (assuming no merge conflicts)
GiteaMirror added the type/enhancement label 2025-11-02 05:57:07 -06:00
Author
Owner

@techknowlogick commented on GitHub (Jan 13, 2020):

I've just placed a bounty on this issue: https://www.bountysource.com/issues/86919260-update-branch-button-on-pr

@techknowlogick commented on GitHub (Jan 13, 2020): I've just placed a bounty on this issue: https://www.bountysource.com/issues/86919260-update-branch-button-on-pr
Author
Owner

@zeripath commented on GitHub (Jan 13, 2020):

An extension that would also be needed is to make the author suggestions ignore these merge commits too.

@zeripath commented on GitHub (Jan 13, 2020): An extension that would also be needed is to make the author suggestions ignore these merge commits too.
Author
Owner

@davidsvantesson commented on GitHub (Jan 14, 2020):

Maybe all commits which is merge from target shall be ignored as authors, even if not done in UI?

@davidsvantesson commented on GitHub (Jan 14, 2020): Maybe all commits which is merge from target shall be ignored as authors, even if not done in UI?
Author
Owner

@zeripath commented on GitHub (Jan 14, 2020):

Exactly!

@zeripath commented on GitHub (Jan 14, 2020): Exactly!
Author
Owner

@davidsvantesson commented on GitHub (Jan 15, 2020):

Maybe something to add in the future:
https://github.com/isaacs/github/issues/1419

@davidsvantesson commented on GitHub (Jan 15, 2020): Maybe something to add in the future: https://github.com/isaacs/github/issues/1419
Author
Owner

@6543 commented on GitHub (Jan 16, 2020):

working on it .. to https://github.com/isaacs/github/issues/1419 I plan to reuse a lot of the normal merge code ... so to extend the function should be easy (but I like get the a simple PR in first, extend afterwards)

@6543 commented on GitHub (Jan 16, 2020): working on it .. to https://github.com/isaacs/github/issues/1419 I plan to reuse a lot of the normal merge code ... so to extend the function should be easy (but I like get the a simple PR in first, extend afterwards)
Author
Owner

@akostin33 commented on GitHub (May 13, 2020):

working on it .. to isaacs/github#1419 I plan to reuse a lot of the normal merge code ... so to extend the function should be easy (but I like get the a simple PR in first, extend afterwards)

Could you please attach the link to issue in gitea project same as isaacs/github#1419 ?

@akostin33 commented on GitHub (May 13, 2020): > working on it .. to [isaacs/github#1419](https://github.com/isaacs/github/issues/1419) I plan to reuse a lot of the normal merge code ... so to extend the function should be easy (but I like get the a simple PR in first, extend afterwards) Could you please attach the link to issue in gitea project same as [isaacs/github#1419](https://github.com/isaacs/github/issues/1419) ?
Author
Owner

@6543 commented on GitHub (May 13, 2020):

@akostin33 created #11401

and status update: didnt looked into it at the moment ... to many things

@6543 commented on GitHub (May 13, 2020): @akostin33 created #11401 and status update: didnt looked into it at the moment ... to many things
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#4641