Skip to content

Commit

Permalink
Add repo theia-ide-snap (#7)
Browse files Browse the repository at this point in the history
fixed #6

Signed-off-by: Jonas Helming <[email protected]>
  • Loading branch information
JonasHelming authored Sep 23, 2024
1 parent 03a4a84 commit 30329aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions otterdog/eclipse-theia.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,18 @@ orgs.newOrg('eclipse-theia') {
default_workflow_permissions: "write",
},
},
orgs.newRepo('theia-ide-snap') {
allow_squash_merge: false,
allow_update_branch: false,
default_branch: "master",
delete_branch_on_merge: false,
description: "Snap Package for the Theia IDE.",
homepage: "https://theia-ide.org/#theiaide",
web_commit_signoff_required: false,
workflows+: {
default_workflow_permissions: "write",
},
},
orgs.newRepo('theia-playwright-template') {
allow_merge_commit: true,
allow_update_branch: false,
Expand Down

0 comments on commit 30329aa

Please sign in to comment.