Open
Description
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.