From 2467ce9586b2701ee657ab42d522a65b57ca1249 Mon Sep 17 00:00:00 2001 From: Danail Branekov Date: Wed, 2 Sep 2026 14:14:49 +0000 Subject: [PATCH 1/2] Archive Korifi repositories --- orgs/branchprotection.yml | 22 +--------------------- orgs/orgs.yml | 6 ++++++ 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/orgs/branchprotection.yml b/orgs/branchprotection.yml index 2ad57d3ff..d04182519 100644 --- a/orgs/branchprotection.yml +++ b/orgs/branchprotection.yml @@ -274,27 +274,7 @@ branch-protection: cf-k8s-secrets: protect: false korifi: - protect: true - enforce_admins: true - allow_force_pushes: false - allow_deletions: false - include: ["^main$"] - required_status_checks: - contexts: - - "api-tests" - - "controllers-tests" - - "linter" - - "job-task-runner-tests" - - "kpack-image-builder-tests" - - "statefulset-runner-tests" - - "tools-tests" - - "Concourse / e2e-tests (pull_request)" - - "Concourse / e2e-eks-tests (pull_request)" - - "EasyCLA" - required_pull_request_reviews: - dismiss_stale_reviews: true - require_code_owner_reviews: true - required_approving_review_count: 1 + protect: false # App-Autoscaler app-autoscaler-release: diff --git a/orgs/orgs.yml b/orgs/orgs.yml index 3a05d9580..4581e0319 100644 --- a/orgs/orgs.yml +++ b/orgs/orgs.yml @@ -665,6 +665,7 @@ orgs: has_projects: false has_wiki: false cf-k8s-secrets: + archived: true default_branch: main has_projects: true private: true @@ -1606,6 +1607,7 @@ orgs: has_projects: true archived: true intro-to-korifi: + archived: true default_branch: main description: An introduction to the Korifi project has_projects: false @@ -1720,16 +1722,20 @@ orgs: has_projects: false has_wiki: false korifi: + archived: true default_branch: main description: Cloud Foundry on Kubernetes has_projects: true korifi-ci: + archived: true default_branch: main has_projects: true korifi-website: + archived: true default_branch: main has_projects: false korifi-sample-app: + archived: true default_branch: main description: A sample application used in the Korifi tutorial has_projects: false From 249485920dd77bab9b3d3fa9a7330ce0382f7ace Mon Sep 17 00:00:00 2001 From: Danail Branekov Date: Tue, 15 Sep 2026 12:09:00 +0000 Subject: [PATCH 2/2] Remove branch protection config for archived korifi repos --- orgs/branchprotection.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/orgs/branchprotection.yml b/orgs/branchprotection.yml index d04182519..6874aa74c 100644 --- a/orgs/branchprotection.yml +++ b/orgs/branchprotection.yml @@ -269,13 +269,6 @@ branch-protection: require_code_owner_reviews: true required_approving_review_count: 1 - korifi-ci: - protect: false - cf-k8s-secrets: - protect: false - korifi: - protect: false - # App-Autoscaler app-autoscaler-release: protect: true