-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 support for repo setting use_squash_pr_title_as_default
#2390
Add support for repo setting use_squash_pr_title_as_default
#2390
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
use_squash_pr_title_as_default
use_squash_pr_title_as_default
use_squash_pr_title_as_default
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.
Thank you, @garrettheel !
Just a few minor tweaks, please, before we merge.
Codecov Report
@@ Coverage Diff @@
## master #2390 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 119 119
Lines 10545 10546 +1
=======================================
+ Hits 10341 10342 +1
Misses 140 140
Partials 64 64
Continue to review full report at Codecov.
|
@gmlewis thanks for reviewing, addressed your comments! |
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.
Thank you, @garrettheel !
LGTM.
Merging.
Adds support for the repository setting
use_squash_pr_title_as_default
.Related API docs:
https://docs.github.com/en/rest/repos/repos#get-a-repository
https://docs.github.com/en/rest/repos/repos#create-an-organization-repository
https://docs.github.com/en/rest/repos/repos#update-a-repository