-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCODEOWNERS
28 lines (24 loc) · 932 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# If a PR changes a file that has a code owner specified, this code owner
# is automatically requested a review from
# GitHub / External CI
.github/dependabot.yml @ItsDrike
.github/workflows/** @ItsDrike
.github/scripts/** @ItsDrike
# Local CI / tool configurations
.editorconfig @ItsDrike
.gitignore @ItsDrike
.pre-commit-config.yml @ItsDrike
# Meta (config files for the repo itself)
.github/CODEOWNERS @ItsDrike
.github/ISSUE_TEMPLATE/** @ItsDrike
# Project's README/documents
README.md @ItsDrike
CODE-OF-CONDUCT.md @ItsDrike
docs/code-of-conduct.rst @ItsDrike
CONTRIBUTING.md @ItsDrike
ATTRIBUTION.md @ItsDrike
LICENSE.txt @ItsDrike
LICENSE-THIRD-PARTY.txt @ItsDrike
SECURITY.md @ItsDrike
tests/README.md @ItsDrike
changes/README.md @ItsDrike