Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Feb 29, 2024
1 parent 17bdb98 commit 0d69a09
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions otterdog/eclipse-tractusx.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -1114,18 +1114,18 @@ orgs.newOrg('eclipse-tractusx') {
],
},
orgs.newRepo('tractusx-edc-template'){
is_template: true,
delete_branch_on_merge: false,
allow_merge_commit: false,
has_discussions: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
is_template: true,
delete_branch_on_merge: false,
allow_merge_commit: false,
has_discussions: false,
branch_protection_rules: [
orgs.newBranchProtectionRule('main') {
required_approving_review_count: 1,
requires_status_checks: false,
requires_strict_status_checks: true,
},
],
},
orgs.newRepo('tractusx-edc') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 0d69a09

Please sign in to comment.