Skip to content

new mono-repo to host Zenoh related research#29

Open
kydos wants to merge 1 commit into
eclipse-zenoh:mainfrom
kydos:new-repo-zenoh-labs
Open

new mono-repo to host Zenoh related research#29
kydos wants to merge 1 commit into
eclipse-zenoh:mainfrom
kydos:new-repo-zenoh-labs

Conversation

@kydos
Copy link
Copy Markdown
Member

@kydos kydos commented Apr 9, 2026

The Eclipse Zenoh project does not currently have a repository to host R&D that is developed in EU projects, nor any other experimental activity related to Zenoh Research. zenoh-labs is intended to be the Zenoh research mono-repo.

@kydos kydos requested a review from a team as a code owner April 9, 2026 13:52
Copilot AI review requested due to automatic review settings April 9, 2026 13:52
@eclipse-otterdog
Copy link
Copy Markdown

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

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

Additionally, kydos is a member of the following teams:

@eclipse-otterdog
Copy link
Copy Markdown

Please find below the validation of the requested configuration changes:

Diff for fc81341
Project iot.zenoh[github_id=eclipse-zenoh]
-                                                                                                             
- Error:   repository[name="zenoh-labs"] has defined an invalid topic 'Research'. Only lower-case, numbers    
-          and '-' are allowed characters.                                                                    
-                                                                                                             
-                                                                                                             
- Error:   repository[name="zenoh-labs"] has defined an invalid topic 'EU Project'. Only lower-case, numbers  
-          and '-' are allowed characters.                                                                    
-                                                                                                             
  Planning aborted due to validation errors.

@eclipse-otterdog
Copy link
Copy Markdown

Note

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

Diff to live settings
Project iot.zenoh[github_id=eclipse-zenoh]

-  remove environment[name="copilot", repository=zenoh-c] {
-    deployment_branch_policy = "all"
-    name                     = "copilot"
-    reviewers                = []
-    wait_timer               = 0
-  }
  
  Plan: 0 to add, 0 to change, 1 to delete.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new zenoh-labs repository definition to the Eclipse Zenoh org configuration, intended to host experimental / EU project Zenoh research work.

Changes:

  • Introduces orgs.newRepo('zenoh-labs') with merge settings, Dependabot security updates, and ruleset configuration.
  • Adds repository metadata (description, homepage) and GitHub topics for discoverability.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +628 to +629
'Research',
'EU Project',
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The topics list includes values that are not valid GitHub repository topics (must be lowercase and cannot contain spaces). In particular, 'Research' and 'EU Project' will likely cause the GitHub API call / otterdog sync to fail. Use lowercase, hyphenated topics instead (e.g., 'research', 'eu-project') to match the convention used elsewhere in this file.

Suggested change
'Research',
'EU Project',
'research',
'eu-project',

Copilot uses AI. Check for mistakes.
allow_update_branch: false,
delete_branch_on_merge: false,
dependabot_security_updates_enabled: true,
description: 'The Eclipse Zenoh Repository to host experiments and any Zenoh research releated code.',
Copy link

Copilot AI Apr 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling: 'releated' should be 'related' in the repository description.

Suggested change
description: 'The Eclipse Zenoh Repository to host experiments and any Zenoh research releated code.',
description: 'The Eclipse Zenoh Repository to host experiments and any Zenoh research related code.',

Copilot uses AI. Check for mistakes.
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.

2 participants