fastmcp/.github/labeler.yml
2025-07-11 14:17:53 -04:00

33 lines
746 B
YAML

documentation:
- changed-files:
- any-glob-to-any-file: "docs/**"
example:
- changed-files:
- any-glob-to-any-file:
- "examples/**"
tests:
- changed-files:
- any-glob-to-any-file: "tests/**"
"component: HTTP":
- changed-files:
- any-glob-to-any-file: "src/fastmcp/server/http.py"
"component: client":
- changed-files:
- any-glob-to-any-file: "src/fastmcp/client/**"
"contrib":
- changed-files:
- any-glob-to-any-file: "src/fastmcp/contrib/**"
"component: openapi":
- changed-files:
- any-glob-to-any-file:
- "src/**/*openapi*.py"
- "src/**/openapi/**"
- "tests/**/*openapi*.py"
- "tests/**/openapi/**"
- "docs/**/*openapi*"