Skip to content

Commit 9f09643

Browse files
Merge pull request #11 from nullinside-development-group/feature/Codeowners
Adding code owners file
2 parents 0b47043 + 6adab67 commit 9f09643

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 is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence
6+
* @ProgrammingByPermutation
7+
8+
# Specifically protect the github folder since it controls
9+
# our code owners as well as our github actions.
10+
/.github/ @ProgrammingByPermutation

0 commit comments

Comments
 (0)