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.
Currently,
ryo-choonly tracks commits to a specified directory (viapath-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.mdand./README.md).Perhaps we should add an
includesconfiguration toryo-chothat accepts an array of glob patterns.