Skip to content

Commit

Permalink
update config to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-oniro4openharmony-bot committed Mar 26, 2024
1 parent a6c7794 commit 6f2849b
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ 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 All @@ -63,5 +53,19 @@ orgs.newOrg('eclipse-oniro4openharmony') {
},
],
},
orgs.newRepo('third_party_kanto') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
description: "Kanto integration for Oniro ",
homepage: "",
},
orgs.newRepo('third_party_mosquitto') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
description: "Fork of Eclipse Mosquitto for Oniro integration",
homepage: "",
},
],
}

0 comments on commit 6f2849b

Please sign in to comment.