From 30d69056332444f2c1d2518040d0346376d81dea Mon Sep 17 00:00:00 2001 From: Federico D'Amato Date: Wed, 24 Jun 2026 13:11:49 +0200 Subject: [PATCH] chore: Update governance rules by removing CODEOWNERS reference Removed CODEOWNERS path from governance rules and excludes. --- org-tools/governance/rules/python-sdk-rules.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/org-tools/governance/rules/python-sdk-rules.yml b/org-tools/governance/rules/python-sdk-rules.yml index 0082ff9..e6f9c71 100644 --- a/org-tools/governance/rules/python-sdk-rules.yml +++ b/org-tools/governance/rules/python-sdk-rules.yml @@ -6,8 +6,6 @@ rules: - name: "governance_and_licensing" patterns: - "LICENSE" - # Consider updating this path if renaming to owners.yaml - - ".github/CODEOWNERS" requires: # Strictly Governance Council (L4) - team: "governance-council" @@ -28,8 +26,6 @@ rules: - "README.md" - "src/**" - "templates/**" - excludes: - - ".github/CODEOWNERS" # Covered by Governance rule requires: # Grants access to devops (L1), maintainers (L2), tech-council (L3), # and governance-council (L4)