You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon comparing the API response of the get branch protection endpoint and the struct implemented here I noticed a few fields missing:
required_pull_request_reviews.url string
required_signatures.enabled boolean
required_signature.url string
required_status_checks.contexts []string
required_status_checks.contexts_url string
required_status_checks.url string
url string
Not sure if the url types of fields are left out on purpose but there are some cases when they are implemented (eg. enforce_admins.url) so I included them.
The text was updated successfully, but these errors were encountered:
Upon comparing the API response of the get branch protection endpoint and the struct implemented here I noticed a few fields missing:
required_pull_request_reviews.url string
required_signatures.enabled boolean
required_signature.url string
required_status_checks.contexts []string
required_status_checks.contexts_url string
required_status_checks.url string
url string
Not sure if the
url
types of fields are left out on purpose but there are some cases when they are implemented (eg.enforce_admins.url
) so I included them.The text was updated successfully, but these errors were encountered: