Skip to content

Commit

Permalink
ci: add CODEOWNERS (#427)
Browse files Browse the repository at this point in the history
will require codeowner approves and round robin assignment once merged
  • Loading branch information
ss2165 authored Jun 25, 2024
1 parent cf0adbd commit 5499817
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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, tket2 team is codeowner for whole repo
* @CQCL/tket2

# 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 @aborgna-q @cqc-alec @ss2165

0 comments on commit 5499817

Please sign in to comment.