This repository contains standardized metadata about Project Bluefin using the CNCF .project schema.
| File | Description |
|---|---|
project.yaml |
Core project metadata (name, repositories, governance, legal) |
maintainers.yaml |
Maintainer roster |
The metadata is automatically validated on every PR via the GitHub Actions workflow in .github/workflows/validate.yaml.
To validate locally:
# Clone cncf/automation and build the validator
git clone https://github.com/cncf/automation
cd automation/utilities/dot-project
make build
./bin/validator -config /path/to/project.yaml- Adding a maintainer: Edit
maintainers.yamland open a PR - Updating project metadata: Edit
project.yamland open a PR - Schema reference: https://github.com/cncf/automation/tree/main/utilities/dot-project