I have updated our safe-settings deployment to 2.0.12 and it seems the updating of general repo settings are broken, such as "has_projects", "has_wiki", etc. Note that we are using suborgs configurations. The branches section works fine and protection rules etc are detected and updated correctly.
What is actually happening
The app does detect the changes from looking at cloudwatch:
However, these changes are not applied and there is no log entry in the GitHub app log after "push" to indicate that it has attempted to update anything.
The last thing I can see in the logs is DEBUG (event): Not run in nop, not sure if that is relevant.
What is the expected behavior
That the top level repo settings should be updated when changed in the settings file.
Context
Are you using the hosted instance of probot/settings or running your own?
Our own, deployed to AWS via serverless.
If running your own instance, are you using it with github.com or GitHub Enterprise?
Problem Description
I have updated our safe-settings deployment to 2.0.12 and it seems the updating of general repo settings are broken, such as "has_projects", "has_wiki", etc. Note that we are using suborgs configurations. The branches section works fine and protection rules etc are detected and updated correctly.
What is actually happening
The app does detect the changes from looking at cloudwatch:
However, these changes are not applied and there is no log entry in the GitHub app log after "push" to indicate that it has attempted to update anything.
The last thing I can see in the logs is
DEBUG (event): Not run in nop
, not sure if that is relevant.What is the expected behavior
That the top level repo settings should be updated when changed in the settings file.
Context
Are you using the hosted instance of probot/settings or running your own?
Our own, deployed to AWS via serverless.
If running your own instance, are you using it with github.com or GitHub Enterprise?
Github.com
Version of probot/settings
2.0.12