Skip to content

Commit

Permalink
Add initial config for kuksa-android-companion
Browse files Browse the repository at this point in the history
closes #9
  • Loading branch information
Chrylo committed Nov 15, 2023
1 parent a3b4d05 commit e5f20cf
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 @@ -54,6 +54,20 @@ orgs.newOrg('eclipse-kuksa') {
kuksa_default_branch_protection_rule('main')
],
},
orgs.newRepo('kuksa-android-companion') {
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')
],
},
orgs.newRepo('kuksa-databroker') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit e5f20cf

Please sign in to comment.