Skip to content

Commit 46644c8

Browse files
authored
chore: sync CODEOWNERS with cnpg-infra policy (#487)
Regenerates this repo's CODEOWNERS from cloudnative-pg/cnpg-infra's `componentowners-policy.yaml`, the org's tracked desired state for CODEOWNERS content. - Routes ownership through this repo's dedicated GitHub owners team instead of hardcoded usernames, so membership changes are picked up automatically. - Any path-scoped rule now also includes the repo's general owners, so a path rule adds reviewers rather than silently replacing the `*` rule's owners for that subtree (CODEOWNERS only honors the last matching pattern, it does not merge). See cloudnative-pg/cnpg-infra for the policy this is generated from. Assisted-by: Claude
1 parent fe1acee commit 46644c8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

CODEOWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
* @gbartolini @mnencia @fcanovai @NiccoloFei @litaocdl
1+
# This file is generated from componentowners-policy.yaml in
2+
# cloudnative-pg/cnpg-infra — do not hand-edit, propose changes there instead.
3+
#
4+
# Path-scoped rules below always include the repo's own general owners
5+
# (the "*" line) in addition to their own specific teams/users, since
6+
# CODEOWNERS only honors the LAST matching pattern for a given path —
7+
# it does not merge an earlier, less-specific rule into a later one.
8+
9+
* @cloudnative-pg/postgres-containers-owners

0 commit comments

Comments
 (0)