File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # # Specify a default Code Owner for all files with a wildcard:
2+ # * @default-owner
3+
4+ # # Specify multiple Code Owners to a specific file:
5+ # README.md @doc-team @tech-lead
6+
7+ # # Specify a Code Owner to all files with a specific extension:
8+ # *.rb @ruby-owner
9+
10+ # # Specify Code Owners with usernames or email addresses:
11+ # LICENSE @legal [email protected] 12+
13+ # # Use group names to match groups and nested groups:
14+ # README @group @group/with-nested/subgroup
15+
16+ # # Specify a Code Owner to a directory and all its contents:
17+ # /docs/ @all-docs
18+ # /docs/* @root-docs
19+ # /docs/**/*.md @markdown-docs # Match specific file types in any subdirectory
20+ # /db/**/index.md @index-docs # Match a specific file name in any subdirectory
21+
22+ # # Use a section to group related rules:
23+ # [Documentation]
24+ # ee/docs @docs
25+ # docs @docs
26+
27+ # # Assign a role as a Code Owner:
28+ # /config/ @@maintainer
29+
30+ * @burnt-labs/Burnt_Engineering/Burnt_Frontend
31+
32+ .github / @burnt-labs/Burnt_Engineering/Burnt_DevOps
33+ .goreleaser @burnt-labs/Burnt_Engineering/Burnt_DevOps
34+ Dockerfile @burnt-labs/Burnt_Engineering/Burnt_DevOps
You can’t perform that action at this time.
0 commit comments