Skip to content

Commit f3ff95a

Browse files
joanagmaiaclaude
andauthored
docs: update maintainers supported files to include yml/yaml (#2014)
Signed-off-by: Your Name <jmaia@contractor.linuxfoundation.org> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac2c05e commit f3ff95a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • frontend/docs/introduction/maintainers

frontend/docs/introduction/maintainers/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Maintainer data is extracted from governance-related files found anywhere in a r
1212

1313
| File pattern | Examples |
1414
|---|---|
15-
| Maintainer lists | `MAINTAINERS`, `MAINTAINERS.md`, `MAINTAINER.md` |
15+
| Maintainer lists | `MAINTAINERS`, `MAINTAINERS.md`, `MAINTAINER.md`, `MAINTAINERS.yml`, `MAINTAINERS.yaml` |
1616
| Owner files | `OWNERS`, `CODEOWNERS`, `CODEOWNERS.md` |
1717
| Contributor lists | `CONTRIBUTORS`, `CONTRIBUTORS.md` |
1818
| Governance docs | `GOVERNANCE.md`, `GOVERNANCE.yaml`, `GOVERNANCE.toml` |
@@ -31,7 +31,7 @@ Our automated system scans the full repository tree recursively — not just the
3131
Once a file is identified, an AI model extracts structured maintainer information from it:
3232

3333
- **Full coverage** — every person listed in the extracted maintainer-related sections of the file is captured, regardless of role.
34-
- **YAML and TOML support**for structured files, top-level keys matching governance terms are extracted.
34+
- **YAML and TOML support**`MAINTAINERS.yml` and `MAINTAINERS.yaml` files are analyzed in full. For other structured governance files (e.g. `GOVERNANCE.yaml`, `GOVERNANCE.toml`), top-level keys matching governance terms are extracted.
3535
- **Role normalization** — each person is assigned a standardized role. Reviewers and designated reviewers are normalized to "maintainer".
3636

3737
### Data Points Collected

0 commit comments

Comments
 (0)