Skip to content

Commit

Permalink
Enable branch protection for the cnbapplifecycle repo
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Dillmann <j.dillmann@sap.com>
  • Loading branch information
2 people authored and ameowlia committed Jul 11, 2024
1 parent d9f4a08 commit 7ada993
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions org/branchprotection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,3 +195,21 @@ branch-protection:
protect: false
buildpacks-envs:
protect: false

cnbapplifecycle:
allow_deletions: false
allow_disabled_policies: true
allow_force_pushes: false
enforce_admins: true
include: ["^main$"]
protect: true
required_status_checks:
contexts:
- "Go / unit (pull_request)"
- "EasyCLA"
required_pull_request_reviews:
bypass_pull_request_allowances:
teams: ["wg-app-runtime-platform-bots"]
dismiss_stale_reviews: true
require_code_owner_reviews: true
required_approving_review_count: 1

0 comments on commit 7ada993

Please sign in to comment.