Skip to content

Commit

Permalink
otterdog: create two new repos for third_party add-on's (#6)
Browse files Browse the repository at this point in the history
For the ongoing Kanto add-on work we need two new repositories to hold
the code.

Signed-off-by: Stefan Schmidt <[email protected]>
  • Loading branch information
Stefan-Schmidt authored Mar 14, 2024
1 parent e689d01 commit 732f198
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ orgs.newOrg('eclipse-oniro4openharmony') {
allow_update_branch: false,
default_branch: "OpenHarmony-4.0-Release",
},
orgs.newRepo('third_party_kanto') {
allow_auto_merge: true,
allow_update_branch: false,
allow_squash_merge: false,
},
orgs.newRepo('third_party_mosquitto') {
allow_auto_merge: true,
allow_update_branch: false,
allow_squash_merge: false,
},
orgs.newRepo('oniro-ide') {
allow_rebase_merge: false,
allow_update_branch: false,
Expand Down

0 comments on commit 732f198

Please sign in to comment.