Skip to content

Commit

Permalink
update to reflect live settings
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi authored and eclipse-langium-bot committed Oct 9, 2024
1 parent e747ce7 commit 0414cbf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions otterdog/eclipse-langium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ orgs.newOrg('eclipse-langium') {
allow_update_branch: false,
delete_branch_on_merge: false,
description: "Next-gen language engineering / DSL framework",
gh_pages_build_type: "workflow",
has_discussions: true,
has_projects: false,
has_wiki: false,
Expand Down Expand Up @@ -53,6 +54,14 @@ orgs.newOrg('eclipse-langium') {
required_approving_review_count: 1,
},
],
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"main"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('langium-previews') {
default_branch: "previews",
Expand Down

0 comments on commit 0414cbf

Please sign in to comment.