stoke/.github/labeler.yml
codex-bot-andresmgsl 112f946802
All checks were successful
labels / labels (pull_request) Successful in 10s
ci / test (pull_request) Successful in 16s
fix: cover repository scope surfaces
2026-09-01 13:40:03 +00:00

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/**"]