Add codeowners
This commit is contained in:
parent
703fd330eb
commit
06cbefb631
22
.github/CODEOWNERS
vendored
Normal file
22
.github/CODEOWNERS
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# If a PR changes a file that has a code owner specified, this code owner
|
||||||
|
# is automatically requested a review from
|
||||||
|
|
||||||
|
# GitHub CI
|
||||||
|
.github/dependabot.yml @ItsDrike
|
||||||
|
.github/workflows/** @ItsDrike
|
||||||
|
.github/scripts/** @ItsDrike
|
||||||
|
.codeclimate.yml
|
||||||
|
|
||||||
|
# Meta (config files for the repo itself)
|
||||||
|
.github/CODEOWNERS @ItsDrike
|
||||||
|
.github/ISSUE_TEMPLATE/** @ItsDrike
|
||||||
|
.github/pull_request_template.md @ItsDrike
|
||||||
|
|
||||||
|
# Project's README/documents
|
||||||
|
README.md @ItsDrike
|
||||||
|
CODE-OF-CONDUCT.md @ItsDrike
|
||||||
|
CONTRIBUTING.md @ItsDrike
|
||||||
|
ATTRIBUTION.md @ItsDrike
|
||||||
|
LICENSE.txt @ItsDrike
|
||||||
|
LICENSE-THIRD-PARTY.txt @ItsDrike
|
||||||
|
SECURITY.md @ItsDrike
|
Loading…
Reference in a new issue