Target specific folders in your repo with custom code review settings. Ideal for monorepos.
api/src/services
or api/src/services/users
).api/src/services
, you cannot also configure api/src/services/users
(or any subfolder inside services
).src/microservice-alpha
. The PR changes files in
src/microservice-alpha
and other folders with no specific config.Result: the whole PR is reviewed with the microservice-alpha configuration.api/src/services
and a second config for api/src/services/users
.kodus-config.yml
, the web settings are still subject to the repository config priority rules described in General settings.