Skip to content

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

Merged
dkisselev merged 4 commits into
rubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config
Feb 20, 2026
Merged

Allow to specify CODEOWNERS location in config or env var#95
dkisselev merged 4 commits into
rubyatscale:mainfrom
Envek:feat/allow-specify-codeowners-directory-in-config

Conversation

@Envek

Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor

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

@dkisselev
dkisselev merged commit c8a5d53 into rubyatscale:mainFeb 20, 2026
8 checks passed
@github-project-automationgithub-project-automationBot moved this from Triage to Done in ModularityFeb 20, 2026
@perryqhperryqh mentioned this pull request Apr 16, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Support for declaring CODEOWNERS file location in the config file

2 participants

@Envek@dkisselev