mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Remove labeler (#1509)
This commit is contained in:
parent
8d90d35abe
commit
ea50f4e5f6
2 changed files with 0 additions and 46 deletions
33
.github/labeler.yml
vendored
33
.github/labeler.yml
vendored
|
|
@ -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*"
|
||||
13
.github/workflows/labeler.yml
vendored
13
.github/workflows/labeler.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue