Skip to content

Commit

Permalink
otterdog: create repository for Discord application (#14)
Browse files Browse the repository at this point in the history
Create repository for the development of Discord application for Oniro

Signed-off-by: Francesco Pham <[email protected]>
Co-authored-by: Francesco Pham <[email protected]>
  • Loading branch information
frankplus and Francesco Pham authored Aug 6, 2024
1 parent fc0e757 commit bf5ee0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions otterdog/eclipse-oniro4openharmony.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,13 @@ orgs.newOrg('eclipse-oniro4openharmony') {
description: "Wikipedia application for Oniro",
homepage: "",
},
orgs.newRepo('app-discord') {
allow_auto_merge: true,
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "main",
description: "Discord application for Oniro",
homepage: "",
},
],
}

0 comments on commit bf5ee0e

Please sign in to comment.