-
Notifications
You must be signed in to change notification settings - Fork 179
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
branches config does not work at all #857
Comments
I'm having the same problem. Assuming that it's a bug is there a way to debug/alert on when there are issues like this? I don't want to be in a situation where I think this is enabled on my repos and it turns out it's not. |
+1 as well. Even a previously known working configuration is no longer working. |
This comment was marked as spam.
This comment was marked as spam.
that is the goal of #518, which has not been implemented yet configuring branch protection with this app does work as long as the protection details are configured correctly and no other failures occurred before the app attempts to update the branch protection config through the api. unfortunately, there is no feedback from the app about a failure until #518 is implemented, so the best i can offer until then is to suggest removing details from your config until it works and then add details back into your config detail by detail and confirming each applies successfully. |
duplicate of #150. please avoid opening extra issues when relevant issues already exist |
Problem Description
Unable to define branch protection rules through the
branches
configuration.I've tried numerous iterations, including a direct copy/paste from the docs. No branch protection is ever created.
What is actually happening
nothing at all.
What is the expected behaviour
branch protection rules should be created / maintained by the app
Error output, if available
Context
Are you using the hosted instance of repository-settings/app or running your own?
hosted
The text was updated successfully, but these errors were encountered: