"part:docs":
- changed-files:
- any-glob-to-any-file:
- "**/*.md"
- "docs/**"
- "examples/**"
- LICENSE
"part:tests":
- changed-files:
- any-glob-to-any-file:
- "**/conftest.py"
- "pytests/**"
"part:tooling":
- changed-files:
- any-glob-to-any-file:
- "**/*.ini"
- "**/*.toml"
- "**/*.yaml"
- "**/*.yml"
- "**/conftest.py"
- ".editorconfig"
- ".git*"
- ".git*/**"
- "docs/*.py"
- CODEOWNERS
- MANIFEST.in
- noxfile.py
"part:python":
- changed-files:
- any-glob-to-any-file:
- "py/**"
- "pytests/**"
- "**/*.py"
"part:protobuf":
- changed-files:
- any-glob-to-any-file:
- "proto/**"
- "**/*.proto"