-
Notifications
You must be signed in to change notification settings - Fork 58
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
"disable_github_check" setting not taking effect #421
Comments
Hrm, interesting, that setting works on the Artsy repo. Maybe that bool should just be flipped it to be the opposite way around TBH, I can't imagine anyone actually wanting that enabled. |
Yeah, it is strange. I certainly agree that it would make sense for the default to be true but I'm curious why the settings changes aren't taking effect for me. For what its worth, I have made many changes to |
My settings are:
I added this log line to https://github.com/danger/peril/blob/master/api/source/danger/danger_runner.ts#L139:
On each PR run, it prints:
So something is causing the |
Got it: https://github.com/danger/peril/blob/master/api/source/db/json.ts#L87-L111 This will need the setting added |
Great! I can make a PR for that. |
Hi again 👋
Peril has been working nicely for us for the past few days thanks to the workaround for #367.
I have encountered an issue today where the
disable_github_check
setting does not seem to be working. This morning I added this settings block to our peril settings:However, it isn't taking effect. I tried restarting Peril and even re-deploying to heroku but the Danger comments on PRs are still like
Danger run resulted in 1 fail and 1 warning; to find out more, see the checks page.
instead of commenting the issues directly on the PR.Is there anything I can do to help diagnose this issue?
You can see the full settings file here: https://github.com/wordpress-mobile/peril-settings/blob/master/peril-settings.json.
Here is a PR with the failing comment: wordpress-mobile/WordPress-iOS#11105 (comment)
The text was updated successfully, but these errors were encountered: