-
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 RequiredConversationResolution protection field #1946
Add RequiredConversationResolution protection field #1946
Conversation
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, @g4s8 !
Just a couple minor tweaks, please, for documentation purposes. (Note the ending period.)
Codecov Report
@@ Coverage Diff @@
## master #1946 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 105 105
Lines 6786 6786
=======================================
Hits 6627 6627
Misses 86 86
Partials 73 73
Continue to review full report at Codecov.
|
Fixes #1945 - added a new field for `Protection` struct to parse `required_conversation_resolution` JSON field from API response for branch protection rules. Updated test.
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, @g4s8 !
LGTM.
Awaiting second LGTM before merging.
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.
LGTM.
Fixes #1945 - added a new field for
Protection
structto parse
required_conversation_resolution
JSON fieldfrom API response for branch protection rules.
Updated test.