fastmcp/.github/labeler.yml
Jeremiah Lowin 76ca57a04d Add labeler
2025-05-16 11:06:43 -04:00

29 lines
612 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"