Skip to content

Commit 7eb1301

Browse files
author
Kostas Demiris
committed
Add CODEOWNERS
1 parent 0d0d037 commit 7eb1301

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/CODEOWNERS

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

0 commit comments

Comments
 (0)