mirror of
https://github.com/luxfi/node.git
synced 2026-07-27 03:39:39 +00:00
21 lines
709 B
Plaintext
21 lines
709 B
Plaintext
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
|
|
|
|
# Code owners are the final gate for PR approval to their named section of code.
|
|
# If a single PR modifies multiple files with different code owner groups, at
|
|
# least one code owner of the touched file should approve the PR prior to
|
|
# merging.
|
|
|
|
* @hanzo-dev
|
|
*.md @hanzo-dev
|
|
/.dockerignore @hanzo-dev
|
|
/.envrc @hanzo-dev
|
|
/.github/ @hanzo-dev
|
|
/.github/CODEOWNERS @hanzo-dev
|
|
/.gitignore @hanzo-dev @hanzo-dev
|
|
/.golangci.yml @hanzo-dev @hanzo-dev
|
|
/Dockerfile @hanzo-dev
|
|
/Taskfile.yml @hanzo-dev
|
|
/flake.lock @hanzo-dev
|
|
/flake.nix @hanzo-dev
|
|
/tests/ @hanzo-dev
|