infra/.github/labeler.yml
2024-12-19 01:10:59 +00:00

19 lines
408 B
YAML

"docs":
- changed-files:
- any-glob-to-any-file:
- "docs/**/*"
- "mkdocs.yml"
"secrets":
- changed-files:
- any-glob-to-any-file:
- ".sops.yaml"
- "secrets.yaml"
- "**/*/*.enc.json"
- "**/*/secrets.yaml"
- "modules/secrets/**/*"
"terraform":
- changed-files:
- any-glob-to-any-file:
- "terraform/**/*"