-
Notifications
You must be signed in to change notification settings - Fork 147
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
Safe Settings doesn't detect removed rules from repository rulesets #655
Comments
Thanks @luvsaxena1 It did fix the issue when rules are being removed but didn't fix the one with required status checks being changed. Logs
|
Also, there's another issue when there are |
Problem Description
When one or more rules are manually removed from a ruleset or when required status checks are modified, Safe Settings doesn't detect any changes. Interestingly, it does detect changes when rules are added, ruleset name is changed or bypass actors are modified.
What is actually happening
The app doesn't recognise changes when rules are removed from a repository ruleset.
What is the expected behavior
If someone manually removes the rules the app should revert those changes and add the rules back in.
Error output, if available
Context
Tried both on suborg and repo level
Are you using the hosted instance of probot/settings or running your own?
Own deployment running v2.1.10
If running your own instance, are you using it with github.com or GitHub Enterprise?
github.com
Version of probot/settings
2.1.10
Version of GitHub Enterprise
n/a
The text was updated successfully, but these errors were encountered: