vuejs-translations / ryu-cho

The GitHub Action to track diffs between 2 repositories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feature request] Enable tracking multiple paths

tony19 opened this issue · comments

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.

Good idea! I think we can rename path-starts-with to paths and accept array of paths. I think I'll not be able to tackle this soon but PR is welcome!