Skip to content

Commit ea0c799

Browse files
lionelloCopilot
andauthored
Add CODEOWNERS (#1283)
* docs: add CODEOWNERS * Update CODEOWNERS * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 59ee57e commit ea0c799

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CODEOWNERS

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Code owners automatically determined from commit history
2+
# Patterns match files or directories followed by one or more owners.
3+
# Owners here correspond to frequent contributors in the git history.
4+
5+
# Default owners for everything
6+
* @nullfunc
7+
8+
# GitHub actions and repo configuration
9+
/.github/** @nullfunc @raphaeltm
10+
11+
# Go command line tool
12+
/src/** @lionello @nullfunc
13+
14+
# Packaging with Nix
15+
/pkgs/defang/** @lionello
16+

0 commit comments

Comments
 (0)