From 9ded9324f5200369edbc5b7af5e2d87ad2d731f4 Mon Sep 17 00:00:00 2001 From: Marcus Burghardt Date: Thu, 3 Sep 2026 14:20:37 +0200 Subject: [PATCH 1/2] chore: include complyapi in safe-settings config New code related repository in complytime org. Signed-off-by: Marcus Burghardt --- safe-settings/settings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/safe-settings/settings.yml b/safe-settings/settings.yml index df2c0aa..fe657a9 100644 --- a/safe-settings/settings.yml +++ b/safe-settings/settings.yml @@ -78,6 +78,7 @@ rulesets: exclude: [] repository_name: include: + - complyapi - complyctl - complypack - complytime-collector-components From a5b0062ffc4c12d2e903ad6a18d0ea1ba4f10c1d Mon Sep 17 00:00:00 2001 From: Marcus Burghardt Date: Thu, 3 Sep 2026 16:50:45 +0200 Subject: [PATCH 2/2] fix: add complyapi to suborg and deployment-settings The boundary test requires repos in the ruleset repository_name.include to also be in the matching suborg file. Add complyapi to suborgs/code-repos.yml so the boundary test passes. Also add complyapi to deployment-settings.yml restrictedRepos include list, otherwise safe-settings skips it entirely. Assisted-by: OpenCode (claude-opus-4-6) Signed-off-by: Marcus Burghardt --- safe-settings/deployment-settings.yml | 1 + safe-settings/suborgs/code-repos.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/safe-settings/deployment-settings.yml b/safe-settings/deployment-settings.yml index 020e4eb..0bb9e78 100644 --- a/safe-settings/deployment-settings.yml +++ b/safe-settings/deployment-settings.yml @@ -14,6 +14,7 @@ # See: https://github.com/github/safe-settings#restrictedrepos restrictedRepos: include: + - complyapi - complyctl - community - complypack diff --git a/safe-settings/suborgs/code-repos.yml b/safe-settings/suborgs/code-repos.yml index 7a5227d..d9aeba7 100644 --- a/safe-settings/suborgs/code-repos.yml +++ b/safe-settings/suborgs/code-repos.yml @@ -10,6 +10,7 @@ # Excluded: complyscribe (archived), gemara-content-service (archived) suborgrepos: + - complyapi - complyctl - complypack - complytime-collector-components