Skip to content

Allow to specify CODEOWNERS location in config or env var#95

Open
Envek wants to merge 4 commits intorubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config
Open

Allow to specify CODEOWNERS location in config or env var#95
Envek wants to merge 4 commits intorubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config

Conversation

@Envek
Copy link

@Envek Envek commented Feb 18, 2026

Closes #94

This re-implements rubyatscale/code_ownership#114 that was probably lost during rewrite of the code_ownership Ruby gem to Rust.

See rubyatscale/code_ownership#158

To maintain backwards compatibility as much as possible, codeowners_file_path of RunConfig made optional. If it is None then config value is used, otherwise it takes precedence over it (allowing --codeowners-file-path CLI option to override config value if needed)

@dkisselev
Copy link

Thanks for putting this together and taking care of the related issue in code_ownership!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

Support for declaring CODEOWNERS file location in the config file

2 participants

Comments