From d94ee53e6e5edf30145b60ea2faa5dfe1ded3a0f Mon Sep 17 00:00:00 2001 From: Ashley James Date: Thu, 11 Jan 2024 09:35:59 +0530 Subject: [PATCH] Create CODEOWNERS (#26) --- .github/CODEOWNERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..535af47 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# This is a template `CODEOWNERS` file for ops charms +# This file is managed by bootstack-charms-spec and should not be modified +# within individual charm repos. https://launchpad.net/bootstack-charms-spec + +# For more information about CODEOWNER, please refer to +# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file + +# These owners will be the default owners for everything in the repo. Unless a +# later match takes precedence, @canonical/bootstack will be requested for +# review when someone opens a pull request. +* @canonical/soleng-reviewers