-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 Default Pull Request Title #5735
Conversation
Set default PR title to commit summary if there's a single commit on the head branch, else set it to the head branch name
Codecov Report
@@ Coverage Diff @@
## master #5735 +/- ##
=========================================
Coverage ? 37.76%
=========================================
Files ? 325
Lines ? 47695
Branches ? 0
=========================================
Hits ? 18014
Misses ? 27085
Partials ? 2596
Continue to review full report at Codecov.
|
If there's a single commit on the head branch, and it's multiline, then set it as the default PR description
@eloyekunle Could you just check that if users puts things like |
@zeripath I've checked and it seems to escape fine. |
Set default PR title to commit summary if there's a single commit on the head branch, else set it to the head branch name
Fixes #3582.