-
Notifications
You must be signed in to change notification settings - Fork 155
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 Validator check never stops #270
Comments
@svg153 Thanks for the second link it seems that might be something that we can use. |
Will try to do that, thank you for the solutions both of you :) |
Would it be possible to report somehow all logs created by the validator to the pull request? We are as well facing the problem that the validator sometimes does not stop and we have no possibility to figure out what the real problem is. Probably by diving into the huge amount of the Probot logs would indicate the problem but for our users this is not possible. Any ideas? |
If you have all the GitHub App Settings correct, the only case where this happened to me is when you introduce modifications or custom plugins, if the NOP related lines of code have an issue then it will get stuck, or also in case you make a mistake in the YML and define some value like instead of saying "push" in the permission for teams you wrote "write". But this is only my personal experience. |
Problem Description
What is actually happening
Safe Settings Validator check always present never stops or cancels ( Starting NOP ... )
What is the expected behavior
to cancel at some point
Error output, if available
Context
On every pull request this safe settings validator check starts but never ends has been running : Starting NOP for Started 24d 23h 44m 47s ago, is it possible to disable this?
Are you using the hosted instance of probot/settings or running your own?
Self-Hosted Instance
If running your own instance, are you using it with github.com or GitHub Enterprise?
GitHub Enterprise
Version of probot/settings
not sure must be around 1-2 month old
Version of GitHub Enterprise
3.5.4
The text was updated successfully, but these errors were encountered: