Spaces:
Running
Running
Jeremiah Lowin commited on
Remove labeler (#1509)
Browse files- .github/labeler.yml +0 -33
- .github/workflows/labeler.yml +0 -13
.github/labeler.yml
DELETED
|
@@ -1,33 +0,0 @@
|
|
| 1 |
-
documentation:
|
| 2 |
-
- changed-files:
|
| 3 |
-
- any-glob-to-any-file: "docs/**"
|
| 4 |
-
|
| 5 |
-
example:
|
| 6 |
-
- changed-files:
|
| 7 |
-
- any-glob-to-any-file:
|
| 8 |
-
- "examples/**"
|
| 9 |
-
|
| 10 |
-
tests:
|
| 11 |
-
- changed-files:
|
| 12 |
-
- any-glob-to-any-file: "tests/**"
|
| 13 |
-
|
| 14 |
-
"component: HTTP":
|
| 15 |
-
- changed-files:
|
| 16 |
-
- any-glob-to-any-file: "src/fastmcp/server/http.py"
|
| 17 |
-
|
| 18 |
-
"component: client":
|
| 19 |
-
- changed-files:
|
| 20 |
-
- any-glob-to-any-file: "src/fastmcp/client/**"
|
| 21 |
-
|
| 22 |
-
"contrib":
|
| 23 |
-
- changed-files:
|
| 24 |
-
- any-glob-to-any-file: "src/fastmcp/contrib/**"
|
| 25 |
-
|
| 26 |
-
"component: openapi":
|
| 27 |
-
- changed-files:
|
| 28 |
-
- any-glob-to-any-file:
|
| 29 |
-
- "src/**/*openapi*.py"
|
| 30 |
-
- "src/**/openapi/**"
|
| 31 |
-
- "tests/**/*openapi*.py"
|
| 32 |
-
- "tests/**/openapi/**"
|
| 33 |
-
- "docs/**/*openapi*"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.github/workflows/labeler.yml
DELETED
|
@@ -1,13 +0,0 @@
|
|
| 1 |
-
name: "Pull Request Labeler"
|
| 2 |
-
on:
|
| 3 |
-
- pull_request_target
|
| 4 |
-
|
| 5 |
-
jobs:
|
| 6 |
-
labeler:
|
| 7 |
-
permissions:
|
| 8 |
-
contents: read
|
| 9 |
-
pull-requests: write
|
| 10 |
-
issues: write
|
| 11 |
-
runs-on: ubuntu-latest
|
| 12 |
-
steps:
|
| 13 |
-
- uses: actions/labeler@v5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|