-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add support for a custom config directory #78
Comments
Another idea might be to do like |
+1 on the idea of having this under .github dir. Maybe |
Similar to #77 (comment), we need to make sure this plays well enough with the existing tools. I mentioned accepting custom paths for .swift-format in sourcekit-lsp to @ahoppen, but he didn't think it's necessary. Still, it'll interrupt the VS Code users if the config files are moved to a different directory before sourcekit-lsp that is bundled in the toolchains recognizes that. Even then the repos will need to have custom So ... I agree with the idea but not sure how easy it'll be. |
A thing I really want to caution against is that if we put the |
This request is about a location for that file in the current repo but not at the repo root. |
Maybe I’m misunderstanding but say you want to put your |
This repo uses a lot of dotfiles for config. The customization is nice, but putting all of them at the repo root is very annoying and distracts viewers on the repo home page with a bunch of ci details.
Instead we should be able to set a custom
configuration_directory
relative to the repo root that contains the dot files. This could be limited to.github/configuration
, but I'd rather it be not restricted. For instance I might want to include config files for other tools not used by workflows provided by repos in the same directory, and config for tools that aren't even visible to GitHub (actions).The text was updated successfully, but these errors were encountered: