You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to set the default bulldozer config for all the repos.
We followed the wiki here. If the file does not exist in the repository, bulldozer tries to load a shared bulldozer.yml file at the root of the .github repository in the same organization
But bulldozer doesn't trigger when moving the config to the .github repo. Does it require any extra permissions or settings to use the shared config?
The text was updated successfully, but these errors were encountered:
The .github repository must be public, but otherwise, I don't believe there are any extra settings or permissions required.
If you have access to the server configuration and logs, try to temporarily enable debug logging. Bulldozer logs messages about the files it tries when loading configuration that may help explain what is happening.
For this particular problem, look for messages that start with Trying default configuration or Found default configuration. This might show that Bulldozer is looking for a different file than the one you added to your .github repository or you might see an error after the "Trying..." message.
If you're unsure how to interpret the logs and are able to share some in a redacted form, feel free to attach a sample here and I can take a look.
We want to set the default bulldozer config for all the repos.
We followed the wiki here.
If the file does not exist in the repository, bulldozer tries to load a shared bulldozer.yml file at the root of the .github repository in the same organization
But bulldozer doesn't trigger when moving the config to the
.github
repo. Does it require any extra permissions or settings to use the shared config?The text was updated successfully, but these errors were encountered: