1 parent b5b70d0 commit bb10d9eCopy full SHA for bb10d9e
2 files changed
.github/CODEOWNERS
@@ -0,0 +1,15 @@
1
+# GitHub CODEOWNERS file
2
+# This file defines code ownership and required reviewers for pull requests
3
+# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
4
+
5
+# Default owner for everything in the repository
6
+* @mwarman
7
8
+# Infrastructure as Code (AWS CDK)
9
+/infrastructure/ @mwarman
10
11
+# GitHub configuration and workflows
12
+/.github/ @mwarman
13
14
+# Documentation
15
+/docs/ @mwarman
.prettierignore
@@ -0,0 +1 @@
+.github/CODEOWNERS
0 commit comments