Skip to content

Commit 0414cbf

Browse files
netomieclipse-langium-bot
authored andcommitted
update to reflect live settings
1 parent e747ce7 commit 0414cbf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

otterdog/eclipse-langium.jsonnet

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ orgs.newOrg('eclipse-langium') {
1414
allow_update_branch: false,
1515
delete_branch_on_merge: false,
1616
description: "Next-gen language engineering / DSL framework",
17+
gh_pages_build_type: "workflow",
1718
has_discussions: true,
1819
has_projects: false,
1920
has_wiki: false,
@@ -53,6 +54,14 @@ orgs.newOrg('eclipse-langium') {
5354
required_approving_review_count: 1,
5455
},
5556
],
57+
environments: [
58+
orgs.newEnvironment('github-pages') {
59+
branch_policies+: [
60+
"main"
61+
],
62+
deployment_branch_policy: "selected",
63+
},
64+
],
5665
},
5766
orgs.newRepo('langium-previews') {
5867
default_branch: "previews",

0 commit comments

Comments
 (0)