# This file defines users that are responsible for certain files.
#
# The intention is not to provide an exhaustive list for all files in the repository,
# but to enforce approval of merge requests that change certain files that configure
# critical components, such as coding standards, CI/CD, package specification, etc.

CODEOWNERS @guen_do

[git] @guen_do
.gitattributes
.gitignore

[python] @guen_do
pyproject.toml
environment.yml

[standards] @guen_do
.hadolint.yml
.mypy.ini
.pre-commit-config.yaml
bandit.yml

[pipelines] @guen_do
.gitlab-ci.yml

[licensing] @ting_bj
LICENSE

[docs] @guen_do
/docs/Makefile
/docs/source/conf.py

[vscode] @guen_do
.vscode/
