Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1022 Bytes

File metadata and controls

30 lines (21 loc) · 1022 Bytes

.project — Project Bluefin Metadata

This repository contains standardized metadata about Project Bluefin using the CNCF .project schema.

Files

File Description
project.yaml Core project metadata (name, repositories, governance, legal)
maintainers.yaml Maintainer roster

Validation

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

Updating