Skip to content

Commit f1353da

Browse files
willingclwasser
authored andcommitted
Add a CODEOWNERS file
1 parent 1e0c724 commit f1353da

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CODEOWNERS file sets rules for who should be notified when a pull request
2+
# modifies code in a specific path.
3+
4+
# Configuration parameters for site
5+
_config.yml @lwasser @kierisi
6+
7+
# Workflow files for GitHub Actions
8+
.github/** @lwasser @willingc
9+
10+
# Site pages
11+
_site/* @lwasser @kierisi
12+
13+
# Blog posts
14+
_posts/* @lwasser @kierisi
15+
16+
# Scripts
17+
scripts/* @lwasser @willingc

0 commit comments

Comments
 (0)