16 lines
523 B
YAML
16 lines
523 B
YAML
# Path → scope:* map consumed by ceremony's additive labels-scope job.
|
|
"scope:cli":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["src/**"]
|
|
"scope:packaging":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["scripts/**", ".forgejo/workflows/release.yml"]
|
|
"scope:manifests":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["manifests/**"]
|
|
"scope:ci":
|
|
- changed-files:
|
|
- any-glob-to-any-file: [".forgejo/workflows/**"]
|
|
"scope:docs":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["README.md", "docs/**"]
|