Skip to content

Adds langium-ai-website repo - #9

Merged
heurtematte merged 1 commit into
eclipse-langium:mainfrom
montymxb:montymxb/add-langium-ai-website-repo
Sep 1, 2026
Merged

Adds langium-ai-website repo#9
heurtematte merged 1 commit into
eclipse-langium:mainfrom
montymxb:montymxb/add-langium-ai-website-repo

Conversation

@montymxb

@montymxb montymxb commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Pending addition to add a dedicated docs website to complement langium-ai.

  • Domain is pending. Will update once that's clear.

DNS will be hooked up once the gh pages site is up & can be pointed to.

@montymxb
montymxb marked this pull request as ready for review August 24, 2026 12:17
@montymxb
montymxb requested a review from a team as a code owner August 24, 2026 12:17
@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Thank you for raising a pull request to update the configuration of your GitHub organization.
You can manually add reviewers to this PR to eventually enable auto-merging.

The following conditions need to be fulfilled for auto-merging to be available:

  • valid configuration
  • approved by a project lead
  • does not require any secrets
  • does not update settings only accessible via the GitHub Web UI
  • does not remove any resource
Otterdog commands and options

You can trigger otterdog actions by commenting on this PR:

  • /otterdog team-info checks the team / org membership for the PR author
  • /otterdog validate validates the configuration change
  • /otterdog validate info validates the configuration change, printing also validation infos
  • /otterdog check-sync checks if the base ref is in sync with live settings
  • /otterdog merge merges and applies the changes if the PR is eligible for auto-merging (only accessible for the author)
  • /otterdog done notifies the self-service bot that a required manual apply operation has been performed (only accessible for members of the admin team)
  • /otterdog apply re-apply a previously failed attempt (only accessible for members of the admin team)

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

The author (montymxb) of this PR is associated with this organization in the role of MEMBER.

Additionally, montymxb is a member of the following teams:

@eclipse-otterdog

This comment has been minimized.

@eclipse-otterdog

This comment has been minimized.

@montymxb

Copy link
Copy Markdown
Contributor Author

/otterdog validate info

@eclipse-otterdog

This comment has been minimized.

@montymxb
montymxb requested a review from spoenemann August 24, 2026 12:46
@montymxb
montymxb force-pushed the montymxb/add-langium-ai-website-repo branch from 175a200 to 3a42ba0 Compare August 27, 2026 07:44
@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Please find below the validation of the requested configuration changes:

Diff for 3a42ba0
Project ecd.langium[github_id=eclipse-langium]
  there have been 10 validation infos, enable verbose output to display them.

+  add repository[name="langium-ai-website"] {
+    allow_auto_merge                        = false
+    allow_forking                           = true
+    allow_merge_commit                      = false
+    allow_rebase_merge                      = true
+    allow_squash_merge                      = true
+    allow_update_branch                     = false
+    archived                                = false
+    auto_init                               = true
+    code_scanning_default_setup_enabled     = false
+    custom_properties                       = {
+      eclipse_project                         = "ecd.langium"
+    }
+    default_branch                          = "main"
+    delete_branch_on_merge                  = false
+    dependabot_alerts_enabled               = true
+    dependabot_security_updates_enabled     = false
+    description                             = "Documentation website for ai.langium.org"
+    gh_pages_build_type                     = "workflow"
+    has_discussions                         = false
+    has_issues                              = true
+    has_projects                            = false
+    has_wiki                                = false
+    homepage                                = "https://ai.langium.org/"
+    is_template                             = false
+    merge_commit_message                    = "PR_TITLE"
+    merge_commit_title                      = "MERGE_MESSAGE"
+    name                                    = "langium-ai-website"
+    private                                 = false
+    private_vulnerability_reporting_enabled = false
+    secret_scanning                         = "enabled"
+    secret_scanning_push_protection         = "enabled"
+    squash_merge_commit_message             = "COMMIT_MESSAGES"
+    squash_merge_commit_title               = "COMMIT_OR_PR_TITLE"
+    topics                                  = [
+      "ai"
+      "documentation"
+      "domain-specific-language"
+      "dsl"
+      "language-engineering"
+      "llm"
+      "website"
+    ],
+    web_commit_signoff_required             = false
+    workflows                               = {
+      enabled                                 = true
+    }
+  }

+  add environment[name="github-pages", repository=langium-ai-website] {
+    branch_policies          = [
+      "main"
+    ],
+    deployment_branch_policy = "selected"
+    name                     = "github-pages"
+    reviewers                = []
+    wait_timer               = 0
+  }

+  add branch_protection_rule[pattern="main", repository=langium-ai-website] {
+    allows_deletions                 = false
+    allows_force_pushes              = false
+    blocks_creations                 = false
+    bypass_force_push_allowances     = []
+    bypass_pull_request_allowances   = []
+    dismisses_stale_reviews          = false
+    is_admin_enforced                = false
+    lock_allows_fetch_and_merge      = false
+    lock_branch                      = false
+    pattern                          = "main"
+    require_last_push_approval       = false
+    required_approving_review_count  = 1
+    required_status_checks           = [
+      "eclipse-eca-validation:eclipsefdn/eca"
+    ],
+    requires_code_owner_reviews      = false
+    requires_commit_signatures       = false
+    requires_conversation_resolution = false
+    requires_deployments             = false
+    requires_linear_history          = false
+    requires_pull_request            = true
+    requires_status_checks           = true
+    requires_strict_status_checks    = false
+    restricts_pushes                 = false
+    restricts_review_dismissals      = false
+  }
  
  Plan: 3 to add, 0 to change, 0 to delete.

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Note

The current configuration is out-of-sync with the live settings:

Diff to live settings
Project ecd.langium[github_id=eclipse-langium]
  there have been 9 validation infos, enable verbose output to display them.

-  remove environment[name="copilot", repository=langium] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    prevent_self_review      = false
-    reviewers                = []
-    wait_timer               = 0
-  }

+  add environment[name="npm-publish", repository=langium-ai] {
+    branch_policies          = [
+      "main"
+    ],
+    deployment_branch_policy = "selected"
+    name                     = "npm-publish"
+    reviewers                = [
+      "@montymxb"
+      "@dhuebner"
+    ],
+    wait_timer               = 0
+  }
  
  Plan: 1 to add, 0 to change, 1 to delete.

@montymxb

Copy link
Copy Markdown
Contributor Author

/otterdog merge

@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Warning

This pull request cannot be auto-merged via /otterdog merge

  • pull request does not have the required approvals, and the author is not eligible for merge without approvals

@heurtematte
heurtematte merged commit 991a576 into eclipse-langium:main Sep 1, 2026
3 checks passed
@eclipse-otterdog

Copy link
Copy Markdown
Contributor

Note

The following changes have been applied successfully:

Project ecd.langium[github_id=eclipse-langium]
  there have been 10 validation infos, enable verbose output to display them.

+  add repository[name="langium-ai-website"] {
+    allow_auto_merge                        = false
+    allow_forking                           = true
+    allow_merge_commit                      = false
+    allow_rebase_merge                      = true
+    allow_squash_merge                      = true
+    allow_update_branch                     = false
+    archived                                = false
+    auto_init                               = true
+    code_scanning_default_setup_enabled     = false
+    custom_properties                       = {
+      eclipse_project                         = "ecd.langium"
+    }
+    default_branch                          = "main"
+    delete_branch_on_merge                  = false
+    dependabot_alerts_enabled               = true
+    dependabot_security_updates_enabled     = false
+    description                             = "Documentation website for ai.langium.org"
+    gh_pages_build_type                     = "workflow"
+    has_discussions                         = false
+    has_issues                              = true
+    has_projects                            = false
+    has_wiki                                = false
+    homepage                                = "https://ai.langium.org/"
+    is_template                             = false
+    merge_commit_message                    = "PR_TITLE"
+    merge_commit_title                      = "MERGE_MESSAGE"
+    name                                    = "langium-ai-website"
+    private                                 = false
+    private_vulnerability_reporting_enabled = false
+    secret_scanning                         = "enabled"
+    secret_scanning_push_protection         = "enabled"
+    squash_merge_commit_message             = "COMMIT_MESSAGES"
+    squash_merge_commit_title               = "COMMIT_OR_PR_TITLE"
+    topics                                  = [
+      "ai"
+      "documentation"
+      "domain-specific-language"
+      "dsl"
+      "language-engineering"
+      "llm"
+      "website"
+    ],
+    web_commit_signoff_required             = false
+    workflows                               = {
+      enabled                                 = true
+    }
+  }

+  add environment[name="github-pages", repository=langium-ai-website] {
+    branch_policies          = [
+      "main"
+    ],
+    deployment_branch_policy = "selected"
+    name                     = "github-pages"
+    reviewers                = []
+    wait_timer               = 0
+  }

+  add branch_protection_rule[pattern="main", repository=langium-ai-website] {
+    allows_deletions                 = false
+    allows_force_pushes              = false
+    blocks_creations                 = false
+    bypass_force_push_allowances     = []
+    bypass_pull_request_allowances   = []
+    dismisses_stale_reviews          = false
+    is_admin_enforced                = false
+    lock_allows_fetch_and_merge      = false
+    lock_branch                      = false
+    pattern                          = "main"
+    require_last_push_approval       = false
+    required_approving_review_count  = 1
+    required_status_checks           = [
+      "eclipse-eca-validation:eclipsefdn/eca"
+    ],
+    requires_code_owner_reviews      = false
+    requires_commit_signatures       = false
+    requires_conversation_resolution = false
+    requires_deployments             = false
+    requires_linear_history          = false
+    requires_pull_request            = true
+    requires_status_checks           = true
+    requires_strict_status_checks    = false
+    restricts_pushes                 = false
+    restricts_review_dismissals      = false
+  }

  
  Applying changes:
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
  
  Done.
  
  Executed plan: 3 added, 0 changed, 0 deleted.

!                                                                                
! Warning:   The following GitHub repos have been created:                       
!-            https://github.com/eclipse-langium/langium-ai-website             
!                                                                                
!            Committers will gain access to it once the sync script runs (~2h).  
!                                                                                

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants