We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ee57e commit ea0c799Copy full SHA for ea0c799
CODEOWNERS
@@ -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