From 4c5c195126262c9da3a40dc7baff15a4bdd38633 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Thu, 8 May 2025 10:38:10 -0700 Subject: [PATCH 1/2] Update blockchain-team to blockchain-team-reviewers --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 94621b33d3..0910a0f185 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1,8 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # -# require both blockchain-team-codeowners and blockchain-team to review all PR's not specifically matched below -* @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team +# require both blockchain-team-codeowners and blockchain-team-reviewers to review all PR's not specifically matched below +* @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team-reviewers # Signer code @@ -11,6 +11,6 @@ libsigner/**/*.rs @stacks-network/blockchain-team-codeowners @stacks-network/blo stacks-signer/**/*.rs @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team-signer # CI workflows -# require both blockchain-team and blockchain-team-ci teams to review PR's modifying CI workflows -/.github/workflows/ @stacks-network/blockchain-team @stacks-network/blockchain-team-ci -/.github/actions/ @stacks-network/blockchain-team @stacks-network/blockchain-team-ci +# require both blockchain-team-ci and blockchain-team-reviewers teams to review PR's modifying CI workflows +/.github/workflows/ @stacks-network/blockchain-team-ci @stacks-network/blockchain-team-reviewers +/.github/actions/ @stacks-network/blockchain-team-ci @stacks-network/blockchain-team-reviewers From 7cb21321b6037dc09d194c438bf3d0d99511b9c3 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Fri, 9 May 2025 08:54:38 -0700 Subject: [PATCH 2/2] Removing blockchain-team-signers specific review requirement from codeowners --- .github/CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0910a0f185..ee3b156d30 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,12 +4,6 @@ # require both blockchain-team-codeowners and blockchain-team-reviewers to review all PR's not specifically matched below * @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team-reviewers - -# Signer code -# require both blockchain-team-codeowners and blockchain-team-signer to review PR's for the signer folder(s) -libsigner/**/*.rs @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team-signer -stacks-signer/**/*.rs @stacks-network/blockchain-team-codeowners @stacks-network/blockchain-team-signer - # CI workflows # require both blockchain-team-ci and blockchain-team-reviewers teams to review PR's modifying CI workflows /.github/workflows/ @stacks-network/blockchain-team-ci @stacks-network/blockchain-team-reviewers