-
Notifications
You must be signed in to change notification settings - Fork 777
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 to Allow specified actors to bypass pull request requirements #1005
Comments
There is no support for this in the google/go-github package and neither this feature is documented in the official GitHub REST API 😞 |
It looks like they added support for it in GraphQL API: https://docs.github.com/en/graphql/reference/input-objects#updatebranchprotectionruleinput it looks as if we need to pass |
As soon as the |
#1030 is now merged and looks to be available as |
is it planned to be added to github_branch_protection_v3? |
👋 Hey Friends, this issue has been automatically marked as |
I'm going to close this issue as pull request bypassers are implemented in the non-v3 resource. @chenshap it's still an outstanding need to add this functionality to the v3 version of the resource, though it's still not available in google/go-github. It is, however, exposed in the REST API. Please feel free to create another issue to track that work if you'd like! |
The provider is missing option to "Allow specified actors to bypass pull request requirements" in the branch protection rule settings.
The text was updated successfully, but these errors were encountered: