Skip to content

Commit

Permalink
Add Repository for kuksa-java-sdk (#33)
Browse files Browse the repository at this point in the history
* Add Repository for kuksa-java-sdk

* Add Description
  • Loading branch information
wba2hi authored Dec 12, 2024
1 parent e31721e commit e7a1c08
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions otterdog/eclipse-kuksa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -416,5 +416,20 @@ orgs.newOrg('eclipse-kuksa') {
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-java-sdk') {
description: "The Java SDK for Eclipse KUKSA",
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 e7a1c08

Please sign in to comment.