Skip to content

Commit

Permalink
Add Repository for kuksa-java-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wba2hi authored and netomi committed Dec 11, 2024
1 parent e31721e commit 28aa56b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,19 @@ orgs.newOrg('eclipse-kuksa') {
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-java-sdk') {
allow_merge_commit: true,
allow_rebase_merge: false,
allow_squash_merge: false,
allow_update_branch: false,
dependabot_security_updates_enabled: true,
web_commit_signoff_required: false,
workflows+: {
actions_can_approve_pull_request_reviews: false,
},
branch_protection_rules: [
kuksa_default_branch_protection_rule('main')
],
},
],
}

0 comments on commit 28aa56b

Please sign in to comment.