Skip to content

Commit bb10d9e

Browse files
committed
Add CODEOWNERS file to define code ownership and required reviewers
1 parent b5b70d0 commit bb10d9e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

‎.github/CODEOWNERS‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.github/CODEOWNERS

0 commit comments

Comments
 (0)