chore: add CODEOWNERS (#214)

* Adding CODEOWNERS file

This will add code owners which should be added to the PR requirements for review.

fixed #213

* Cleaning up file for line wraps on pr view
This commit is contained in:
Christian Oestreich 2021-03-29 00:53:01 -05:00 committed by GitHub
parent 081497ec97
commit ca2751ff64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,13 @@
# Since these as are the same ATM explicit is unnecessary. Creating org groups
# allows this to be more dynamic.
#
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Secure the whole repo with these groups or people
* @irony @ErikHellman @JohanObrink @believer
# Secure build actions with these groups or people
.github/* @irony @ErikHellman @JohanObrink @believer
# Secure source with these groups or people
packages/* @irony @ErikHellman @JohanObrink @believer