diff --git a/.github/labeler.yml b/.github/labeler.yml deleted file mode 100644 index fe3b6d7ee..000000000 --- a/.github/labeler.yml +++ /dev/null @@ -1,33 +0,0 @@ -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*" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index c699bec1e..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: "Pull Request Labeler" -on: - - pull_request_target - -jobs: - labeler: - permissions: - contents: read - pull-requests: write - issues: write - runs-on: ubuntu-latest - steps: - - uses: actions/labeler@v5