--- # Area area/ansible: - changed-files: - any-glob-to-any-file: ansible/**/* area/docs: - changed-files: - any-glob-to-any-file: docs/**/* - any-glob-to-any-file: README.md area/github: - changed-files: - any-glob-to-any-file: .github/**/* area/kubernetes: - changed-files: - any-glob-to-any-file: kubernetes/**/* area/taskfile: - changed-files: - any-glob-to-any-file: .taskfiles/**/* - any-glob-to-any-file: Taskfile* area/terraform: - changed-files: - any-glob-to-any-file: terraform/**/* # Cluster cluster/main: - changed-files: - any-glob-to-any-file: ansible/main/**/* - any-glob-to-any-file: kubernetes/main/**/* - any-glob-to-any-file: terraform/main/**/* cluster/storage: - changed-files: - any-glob-to-any-file: ansible/storage/**/* - any-glob-to-any-file: kubernetes/storage/**/* - any-glob-to-any-file: terraform/storage/**/*