fix: restore the schema-required project-maintainers team name - #7
Merged
Merged
Conversation
The team was renamed to `maintainers` to match the GitHub team in the organisation. The name in this file is not a mirror of that team: the dot-project schema requires a team literally called `project-maintainers` and rejects the file without one. Validation has failed on every run since, with `INVALID: cozystack -- team 'project-maintainers' is required`. CNCF is replacing the project-maintainers.csv list with one generated from this file, and Cozystack's Service Desk and mailing-list access is already provisioned from it, so a file that does not validate means the roster is not picked up at all. Rename it back and say in the file why it cannot follow the org's team name, so the next sync does not undo this. Assisted-By: Claude Signed-off-by: Andrei Kvapil <andrei.kvapil@aenix.io>
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Riaan Kleinhans (riaankleinhans)
approved these changes
Aug 18, 2026
Contributor
|
Andrei Kvapil (@kvaps) can you please merge, as this will put the automation back on track. |
Member
Author
|
Sure, done |
Aleksei Sviridkin (lexfrei)
approved these changes
Aug 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
maintainers.yamlhas failed validation on every run since 12 August:The team was renamed from
project-maintainerstomaintainersinbcd6b9dto match the GitHub team in the organisation. That name is not a mirror of the GitHub team, though — the dot-project schema requires a team literally calledproject-maintainersand rejects the file without one.This matters more than a red check. Per CNCF (cncf/foundation#1489),
project-maintainers.csvis being replaced by a list generated from each project's.projectrepository, and Cozystack's Service Desk and mailing-list access is already provisioned from this file. A file that does not validate means the roster is not picked up at all, so the nine maintainers merged in cozystack/cozystack#3462 would silently not exist on the CNCF side.Renames it back, and records in the file why the name cannot follow the organisation's team, so the next sync does not undo it. No change to the roster itself.