Skip to content

Commit

Permalink
re-introduce branch protection rules
Browse files Browse the repository at this point in the history
  • Loading branch information
c-pius committed Jun 19, 2024
1 parent e8a66c4 commit e17615d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
10 changes: 9 additions & 1 deletion pkg/tools/pjtester/test_artifacts/test-prow-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,14 @@ branch-protection:
required_status_checks:
strict: true
reconciler:
unmanaged: true
protect: false
branches:
main:
protect: true
develop:
protect: true
load-test-mock:
protect: true

tide:
sync_period: 2m
Expand All @@ -261,6 +268,7 @@ tide:
kyma-project/kyma-watcher: squash
kyma-project/manifest-operator: squash
kyma-incubator/compass: squash
kyma-incubator/reconciler: squash
kyma-incubator/api-gateway: squash
kyma-incubator/compass-console: squash
kyma-incubator/ord-service: squash
Expand Down
12 changes: 11 additions & 1 deletion prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,16 @@ branch-protection:
# Require PR branch to be up-to-date with main
strict: true
reconciler:
unmanaged: true
protect: false
branches:
main:
protect: true
develop:
protect: true
load-test-mock:
protect: true
istio-op:
protect: true

tide:
sync_period: 2m
Expand Down Expand Up @@ -438,6 +447,7 @@ tide:
kyma-project/modulectl: squash
kyma-project/cloud-manager: squash
kyma-incubator/compass: squash
kyma-incubator/reconciler: squash
kyma-incubator/compass-console: squash
kyma-incubator/ord-service: squash
kyma-incubator/kymart: squash
Expand Down

0 comments on commit e17615d

Please sign in to comment.