From 06cbefb631cd36a36e5a2b2fcf9d73edcbb9a80d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sun, 30 Jun 2024 23:13:21 +0200 Subject: [PATCH] Add codeowners --- .github/CODEOWNERS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..4f215a7 --- /dev/null +++ b/.github/CODEOWNERS @@ -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