We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 225c7e8 commit d6dddb5Copy full SHA for d6dddb5
.github/CODEOWNERS
@@ -1,5 +1,12 @@
1
# Default fallback
2
* @abcxyz/breakglass
3
4
-# Infrastructure team owns all files
+# infrastructure owns all files
5
* @abcxyz/infrastructure-team
6
+
7
+# readability
8
+*.go @abcxyz/go-readability
9
+*.tf @abcxyz/terraform-readability
10
+*.js @abcxyz/typescript-readability
11
+*.ts @abcxyz/typescript-readability
12
+*.java @abcxyz/java-readability
0 commit comments