Skip to content

Commit

Permalink
chore(branch-protection): enable branch protection rule digital-produ…
Browse files Browse the repository at this point in the history
…ct-pass main branch
  • Loading branch information
saudkhan116 committed Jun 28, 2024
1 parent 00d7de9 commit b25ec19
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,26 @@ orgs.newOrg('eclipse-tractusx') {
allow_merge_commit: true,
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
has_discussions: true,
web_commit_signoff_required: false,
description: "digital product pass",
private_vulnerability_reporting_enabled: true,
web_commit_signoff_required: false,
gh_pages_build_type: "legacy",
gh_pages_source_branch: "gh-pages",
gh_pages_source_path: "/",
homepage: "https://github.com/eclipse-tractusx/digital-product-pass",
workflows+: {
default_workflow_permissions: "write",
},
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_status_checks: false,
requires_strict_status_checks: true,
},
]
},
orgs.newRepo('eclipse-tractusx.github.io') {
allow_merge_commit: true,
Expand Down

0 comments on commit b25ec19

Please sign in to comment.