From 4dd7ca03bd494262a41de851c92d0f80aa52023f Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Tue, 25 Jun 2024 09:14:56 +0100 Subject: [PATCH] ci: add CODEOWNERS (#265) will enable round robin auto assignment once merged --- .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 00000000..94b6abb2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,11 @@ +# for syntax see https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax + +# base rule, guppy team is codeowner for whole repo +* @CQCL/guppy + +# Add specific rules below. +# Lower the rule, higher the precedence + +# The release PRs that trigger publication to PyPI always modify the changelog. +# We require those PRs to be approved by someone with release permissions. +CHANGELOG.md @mark-koch @aborgna-q @ss2165 \ No newline at end of file