Skip to content

Commit

Permalink
otterdog: Add repos for YouTube, Gmail, Duolingo apps (#15)
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Pham <[email protected]>
Co-authored-by: Francesco Pham <[email protected]>
  • Loading branch information
frankplus and Francesco Pham authored Aug 7, 2024
1 parent bf5ee0e commit 069d9cd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,29 @@ orgs.newOrg('eclipse-oniro4openharmony') {
description: "Discord application for Oniro",
homepage: "",
},
orgs.newRepo('app-youtube') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "main",
description: "YouTube application for Oniro",
homepage: "",
},
orgs.newRepo('app-gmail') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "main",
description: "Gmail application for Oniro",
homepage: "",
},
orgs.newRepo('app-duolingo') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "main",
description: "Duolingo application for Oniro",
homepage: "",
},
],
}

0 comments on commit 069d9cd

Please sign in to comment.