Add a way to specify description when creating github-like siblings#7109
Add a way to specify description when creating github-like siblings#7109bpoldrack merged 5 commits intodatalad:masterfrom
Conversation
This optional parameter allows specification of repository description, instead of hardcoded 'some default' (which remains the default).
Codecov ReportBase: 89.42% // Head: 90.96% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #7109 +/- ##
==========================================
+ Coverage 89.42% 90.96% +1.54%
==========================================
Files 358 358
Lines 46553 46554 +1
Branches 6322 6322
==========================================
+ Hits 41628 42348 +720
+ Misses 4910 4191 -719
Partials 15 15
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
travis errors are due to odd behavior of (current only is v0.9.1-7-ge3aa0ee) for pythons 3.8, 3.9, 3.10 @jwodder -- any idea on why it could have happened all of a sudden? |
|
@yarikoptic There was an issue in the past hour with PyPI backends being unavailable; see https://status.python.org/#past-incidents. Can you rerun the builds? |
|
Thank you @jwodder ! Finally travis let me to login (can't before earlier today) so I restarted travis build. |
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
|
Restarted extension test that should be fixed by now. |
|
Code Climate has analyzed commit fd740de and detected 0 issues on this pull request. View more on Code Climate. |
|
Ok, passed. Thx, @mslw |
|
PR released in |
This PR adds an optional
descriptionparameter tocreate_sibling_ghlike, and enables it for related (gin / gitea / github / gogs)create-siblingcommands. This optional parameter allows specification of repository description (displayed on the project's page), replacing the hardcoded 'some default' (which would still be used the default).Manually tested for Gin and GitHub.
Fixes #6816