We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52acb62 commit 4d8a8c1Copy full SHA for 4d8a8c1
otterdog/eclipse-kuksa.jsonnet
@@ -413,5 +413,19 @@ orgs.newOrg('eclipse-kuksa') {
413
kuksa_default_branch_protection_rule('main')
414
],
415
},
416
+ orgs.newRepo('kuksa-java-sdk') {
417
+ allow_merge_commit: true,
418
+ allow_rebase_merge: false,
419
+ allow_squash_merge: false,
420
+ allow_update_branch: false,
421
+ dependabot_security_updates_enabled: true,
422
+ web_commit_signoff_required: false,
423
+ workflows+: {
424
+ actions_can_approve_pull_request_reviews: false,
425
+ },
426
+ branch_protection_rules: [
427
+ kuksa_default_branch_protection_rule('main')
428
+ ],
429
430
431
}
0 commit comments