Skip to content

Commit

Permalink
Merge branch 'release/cuttlefish'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Jan 13, 2025
2 parents 5dc23f1 + 6096943 commit 6bb5052
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
* @radixdlt/devops
* @radixdlt/radix
# Docs:
# - https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners

# Ideally, we want the following rules:
# - Each normal code review requires an approval from the protocol team
# - Each change to something security-sensitive (lock file or .github folder) requires an approval from the security subteam
# - Each workflow change requires a devops approval
#
# However, there isn't a way for a single file change to require two sets of approvals,
# ... so we ignore devops here, and make it just require a protocol-security-approvers

# DEFAULT
* @radixdlt/protocol-github-approvers

# SECURITY-SENSITIVE
/.github/ @radixdlt/protocol-security-approvers
*.lock @radixdlt/protocol-security-approvers

0 comments on commit 6bb5052

Please sign in to comment.