Prevent-Public-Repos Probot App Not changing repo to private
So far I have adjusted the parameters and tested various combinations of values. From what I can see on my Github Enterprise account (we are using cloud) is there is a new repository status of Internal -- no longer Public / Private. I am wondering if this is breaking the API call to change this repo back to Private.
# Turn on Monitor Mode. In this mode the repo visibility is not modified and only an Issue is created
monitorOnly: false
# Enables detection of repos that change visibility from private to public (not just newly created ones)
enablePrivateToPublic: false
We are getting issues created alerting us about the status of our test repo changing from Private to Public. The last method changeVisibility() just doesn't seem to execute properly.