Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 1 addition & 21 deletions orgs/branchprotection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,27 +274,7 @@ branch-protection:
cf-k8s-secrets:
protect: false
korifi:

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The special config for the korifi repo should be removed.
Default branch protection from org level will be applied (which should be no protection for archived projects).

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:
Expand Down
6 changes: 6 additions & 0 deletions orgs/orgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ orgs:
has_projects: false
has_wiki: false
cf-k8s-secrets:
archived: true
default_branch: main
has_projects: true
private: true
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down