From bfa0144f5c1f5a76d417867b3166e2a4cb403f5e Mon Sep 17 00:00:00 2001 From: damaz91 Date: Fri, 17 Jul 2026 07:52:47 +0000 Subject: [PATCH 1/2] chore: add all python files to devops-maintainers scope in python-sdk rules --- org-tools/governance/rules/python-sdk-rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/org-tools/governance/rules/python-sdk-rules.yml b/org-tools/governance/rules/python-sdk-rules.yml index 9545034..d31e3cf 100644 --- a/org-tools/governance/rules/python-sdk-rules.yml +++ b/org-tools/governance/rules/python-sdk-rules.yml @@ -31,6 +31,7 @@ rules: - "src/**" - "templates/**" - "tests/**" + - "**/*.py" requires: # Grants access to devops (L1), maintainers (L2), tech-council (L3), # and governance-council (L4) From 4e000c25248203e9a214f7c9dc00ccb2aa80b04c Mon Sep 17 00:00:00 2001 From: damaz91 Date: Fri, 17 Jul 2026 07:54:37 +0000 Subject: [PATCH 2/2] chore: remove preprocess_schemas.py from python-sdk rules as it is covered by **/*.py --- org-tools/governance/rules/python-sdk-rules.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/org-tools/governance/rules/python-sdk-rules.yml b/org-tools/governance/rules/python-sdk-rules.yml index d31e3cf..7acc724 100644 --- a/org-tools/governance/rules/python-sdk-rules.yml +++ b/org-tools/governance/rules/python-sdk-rules.yml @@ -26,7 +26,6 @@ rules: - "pyproject.toml" - "uv.lock" - "generate_models.sh" - - "preprocess_schemas.py" - "README.md" - "src/**" - "templates/**"