From 3a5be5aa7adee100cb9bc6946cce213c8fc7e49c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Fri, 24 May 2024 10:20:33 +0100 Subject: [PATCH] chore: Add alec to the release team (#1101) Adding @cqc-alec to the release team, since he already has push-access in pypi and crates.io. --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 1071de1ca..9ce5c2067 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,6 +8,6 @@ # The release PRs that trigger publication to crates.io or PyPI always modify the changelog. # We require those PRs to be approved by someone with release permissions. -hugr/CHANGELOG.md @aborgna-q @ss2165 -hugr-passes/CHANGELOG.md @aborgna-q @ss2165 -hugr-py/CHANGELOG.md @aborgna-q @ss2165 +hugr/CHANGELOG.md @aborgna-q @cqc-alec @ss2165 +hugr-passes/CHANGELOG.md @aborgna-q @cqc-alec @ss2165 +hugr-py/CHANGELOG.md @aborgna-q @cqc-alec @ss2165