From 6a8f11d8735af0cc816c2ce2388ac6f84c66d00b Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Fri, 5 Jun 2026 00:25:27 +0000 Subject: [PATCH] feat(sop-checklist): add Owners to security-review N/A eligibility\n\nAllows Owners team members to declare security-review N/A on\ndocs-only / pure-frontend / dependency-only PRs, matching the\nexisting description text. --- .gitea/sop-checklist-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/sop-checklist-config.yaml b/.gitea/sop-checklist-config.yaml index 3ede62cb5..0daf4f381 100644 --- a/.gitea/sop-checklist-config.yaml +++ b/.gitea/sop-checklist-config.yaml @@ -202,8 +202,8 @@ n/a_gates: must post /sop-n/a qa-review to activate. security-review: - required_teams: [security, managers, ceo] + required_teams: [security, managers, ceo, Owners] description: >- Security review N/A when this change has no security surface - (docs-only, pure-frontend, dependency-only). A security/owners + (docs-only, pure-frontend, dependency-only). A security/managers/ceo/owners member must post /sop-n/a security-review to activate. -- 2.52.0