-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "Update Branch" button to Pull Requests #9784
Conversation
This comment has been minimized.
This comment has been minimized.
…iewerMissed" use it but dont exist jet :/
- remove useless js chage
Repo: user2/repo1 Base: branch1 Head: pr-to-update
Codecov Report
@@ Coverage Diff @@
## master #9784 +/- ##
==========================================
- Coverage 42.35% 42.35% -0.01%
==========================================
Files 604 604
Lines 79040 79041 +1
==========================================
- Hits 33480 33475 -5
- Misses 41447 41453 +6
Partials 4113 4113
Continue to review full report at Codecov.
|
Please update screenshot for blog post ;) |
sure |
done |
@lunny done |
I'm ready if you are 🚀 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 🚀
} | ||
|
||
// default merge commit message | ||
message := fmt.Sprintf("Merge branch '%s' into %s", issue.PullRequest.BaseBranch, issue.PullRequest.HeadBranch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be configurable via .ini or via Crowdin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But for this one, sometimes, we use English commit messages even if I'm using a Chinese User Interface.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can use app.ini
like we did with closing keywords and WIP...
LGTM, but only two nit that can be addressed now if we'd like to. |
@guillep2k it was to late :( ... but now we can talk if we should localice merge commit ... |
Your friends from isaacs/github#1419 say hello 👋 They are wondering if now that the foundations have been laid, if the future improvements (in particular different Update Modis) might get some love. Cheers. |
close #9750
Look
Changes
Future Improvements:
-> PR-Author must allow this access (need migration to add this option)