Skip to content

Commit 175a200

Browse files
committed
adds langium-ai-website
1 parent 00e7bcd commit 175a200

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

otterdog/eclipse-langium.jsonnet

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,38 @@ orgs.newOrg('ecd.langium', 'eclipse-langium') {
8282
"typescript",
8383
],
8484
},
85+
orgs.newRepo('langium-ai-website') {
86+
allow_update_branch: false,
87+
delete_branch_on_merge: false,
88+
description: "Documentation website for ai.langium.org",
89+
gh_pages_build_type: "workflow",
90+
has_projects: false,
91+
has_wiki: false,
92+
homepage: "https://ai.langium.org/",
93+
topics+: [
94+
"ai",
95+
"documentation",
96+
"domain-specific-language",
97+
"dsl",
98+
"language-engineering",
99+
"llm",
100+
"website",
101+
],
102+
web_commit_signoff_required: false,
103+
branch_protection_rules: [
104+
orgs.newBranchProtectionRule('main') {
105+
required_approving_review_count: 1,
106+
},
107+
],
108+
environments: [
109+
orgs.newEnvironment('github-pages') {
110+
branch_policies+: [
111+
"main"
112+
],
113+
deployment_branch_policy: "selected",
114+
},
115+
],
116+
},
85117
orgs.newRepo('language-langium') {
86118
description: "Syntaxes for Langium.",
87119
branch_protection_rules: [

0 commit comments

Comments
 (0)