-
Notifications
You must be signed in to change notification settings - Fork 2
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
change: add branches and pullrequests during org project creation #276
Conversation
branches and pullrequests are the API will default these to a string representation of "true" if they are not provided. |
Can we put a tooltip (?) next to branches and pullrequests that expands what the API has in the descriptions for those fields? It might be a bit helpful
Maybe tidied up a bit to fit better in a tooltip, something like these: Branches
Pullrequests
|
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.
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.
Looks good!
will close #267

@shreddedbacon if
branches
andpullrequests
aren't provided they're set to true, but the api doesn't allow non-string values, so currently this PR sends values as stringified values. seems wrong