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
Currently, ryo-cho only tracks commits to a specified directory (via path-starts-with), but it would be nice to track multiple paths. This would enable tracking both ./docs/ and the Markdown in the root of the project (i.e., ./CONTRIBUTING.md and ./README.md).
Perhaps we should add an includes configuration to ryo-cho that accepts an array of glob patterns.