Skip to content

Commit 28aa56b

Browse files
wba2hiThomas Neidhart
authored and
Thomas Neidhart
committed
Add Repository for kuksa-java-sdk
1 parent e31721e commit 28aa56b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

otterdog/eclipse-kuksa.jsonnet

+14
Original file line numberDiff line numberDiff line change
@@ -416,5 +416,19 @@ orgs.newOrg('eclipse-kuksa') {
416416
kuksa_default_branch_protection_rule('main')
417417
],
418418
},
419+
orgs.newRepo('kuksa-java-sdk') {
420+
allow_merge_commit: true,
421+
allow_rebase_merge: false,
422+
allow_squash_merge: false,
423+
allow_update_branch: false,
424+
dependabot_security_updates_enabled: true,
425+
web_commit_signoff_required: false,
426+
workflows+: {
427+
actions_can_approve_pull_request_reviews: false,
428+
},
429+
branch_protection_rules: [
430+
kuksa_default_branch_protection_rule('main')
431+
],
432+
},
419433
],
420434
}

0 commit comments

Comments
 (0)