-
Notifications
You must be signed in to change notification settings - Fork 25
Private base repo stop bots from using single file permission #13
Comments
The issue also applies to custom file paths, introduced in #8. |
I think the best, at quickest way to resolve this is to either change the current behavior of the root files to be a fallback, or add a fallback to check for the I'm not sure about the issue with the other linked ticket though. |
I think the better solution might just be to require the |
But the scenario where it can't read from the .github repo file only happens if the .github is private correct? So maybe it's easier to just specify the .github repo must public? Unless there's another issue with that solution? |
Yes, it only applies to private repositories. The reason it shouldn't require a public repo for a mostly private organization, we don't want anyone submitting PRs against it, we may also have specific settings in there for different bots that shouldn't be viewable outside of the organization. |
When you have the
.github
repository, and a bot requires a single file.github/stale.yml
, probot-config does not work with the.github
directory because it requires the files to be in the root instead of the same path.This was caused with #6
The text was updated successfully, but these errors were encountered: