16 lines
619 B
YAML
16 lines
619 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", "package.json", "package-lock.json", "CHANGELOG.md", "changelog.d/**"]
|
|
"scope:manifests":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["manifests/**"]
|
|
"scope:ci":
|
|
- changed-files:
|
|
- any-glob-to-any-file: [".forgejo/workflows/**", ".github/**", ".ceremony/**"]
|
|
"scope:docs":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ["*.md", "docs/**"]
|