-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (24 loc) · 1.61 KB
/
CODEOWNERS
File metadata and controls
28 lines (24 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# CODEOWNERS - Code ownership and review assignments
#
# This file defines who is responsible for reviewing and maintaining code in different parts of the repository.
# GitHub automatically requests reviews from the specified teams/users when PRs affect their areas.
# More specific rules override general ones.
#
# Format: <file-pattern> <team-or-user> [additional-teams...]
# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# =============================================================================
# GLOBAL RULES
# =============================================================================
# Global fallback - applies to all files not covered by specific rules below
* @SeequentEvo/evo-python-sdk-maintainers
# =============================================================================
# PACKAGE-SPECIFIC MAINTAINERS
# =============================================================================
packages/evo-blockmodels/ @SeequentEvo/blockmodels-maintainers
packages/evo-colormaps/ @SeequentEvo/colormaps-maintainers
packages/evo-compute/ @SeequentEvo/compute-maintainers
packages/evo-files/ @SeequentEvo/files-maintainers
packages/evo-objects/ @SeequentEvo/objects-maintainers
packages/evo-sdk-common/ @SeequentEvo/python-sdk-common-maintainers
packages/evo-sdk-common/src/evo/workspaces/ @SeequentEvo/workspaces-maintainers
packages/evo-widgets/ @SeequentEvo/widgets-maintainers