Skip to content

Commit 2b08cb6

Browse files
authored
chore: add CODEOWNERS config (#171)
1 parent e3224b1 commit 2b08cb6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# This file (security sensitive)
2+
/.github/CODEOWNERS @olistic @chalker
3+
4+
# Github workflows (security sensitive due to autorelease workflow)
5+
/.github/workflows/ @olistic @chalker
6+
7+
# What actually goes into the package
8+
/package.json @chalker
9+
/src/ @chalker
10+
/index.d.ts @chalker

0 commit comments

Comments
 (0)