Skip to content

Commit

Permalink
Add langium-previews repo
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Neidhart <[email protected]>
  • Loading branch information
netomi authored Dec 14, 2023
1 parent 8ea6fce commit 94166d4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions otterdog/eclipse-langium.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,25 @@ orgs.newOrg('eclipse-langium') {
},
],
},
orgs.newRepo('langium-previews') {
default_branch: "previews",
description: "Hosting PR previews for langium-website",
gh_pages_build_type: "legacy",
gh_pages_source_branch: "previews",
gh_pages_source_path: "/",
has_issues: false,
has_projects: false,
has_wiki: false,
web_commit_signoff_required: false,
environments: [
orgs.newEnvironment('github-pages') {
branch_policies+: [
"previews"
],
deployment_branch_policy: "selected",
},
],
},
orgs.newRepo('langium-website') {
allow_update_branch: false,
delete_branch_on_merge: false,
Expand Down

0 comments on commit 94166d4

Please sign in to comment.