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
I have been trying this out on my repositories, however for all of them, we keep the config files out of the TLD.
they are in locations such as
.github/workflow-config/.pre-commit-config.yml
what I'd like to do is be able to put it in the .github folder to keep the TLD clean,
example being
.github/.pre-commit-config.yml
I am not seeing a way to customize this, so wondering if there is any effort to search for the config in some directories in the repo.
Also if someone can point me at the repo that does the pickup, I might be able to help contribute to the feature.