committed by
GitHub
3 changed files with 15 additions and 58 deletions
@ -1,38 +0,0 @@ |
|||||
docs: |
|
||||
- all: |
|
||||
- changed-files: |
|
||||
- any-glob-to-any-file: |
|
||||
- docs/en/docs/** |
|
||||
- docs_src/** |
|
||||
- all-globs-to-all-files: |
|
||||
- '!fastapi/**' |
|
||||
- '!pyproject.toml' |
|
||||
- '!docs/en/data/sponsors.yml' |
|
||||
- '!docs/en/overrides/main.html' |
|
||||
|
|
||||
lang-all: |
|
||||
- all: |
|
||||
- changed-files: |
|
||||
- any-glob-to-any-file: |
|
||||
- docs/*/docs/** |
|
||||
- all-globs-to-all-files: |
|
||||
- '!docs/en/docs/**' |
|
||||
- '!docs/*/**/_*.md' |
|
||||
- '!fastapi/**' |
|
||||
- '!pyproject.toml' |
|
||||
|
|
||||
internal: |
|
||||
- all: |
|
||||
- changed-files: |
|
||||
- any-glob-to-any-file: |
|
||||
- .github/** |
|
||||
- scripts/** |
|
||||
- .gitignore |
|
||||
- .pre-commit-config.yaml |
|
||||
- uv.lock |
|
||||
- docs/en/data/sponsors.yml |
|
||||
- docs/en/overrides/main.html |
|
||||
- all-globs-to-all-files: |
|
||||
- '!docs/*/docs/**' |
|
||||
- '!fastapi/**' |
|
||||
- '!pyproject.toml' |
|
||||
@ -0,0 +1,15 @@ |
|||||
|
auto-labels: |
||||
|
docs: |
||||
|
- docs/en/docs/** |
||||
|
- docs_src/** |
||||
|
lang-all: |
||||
|
- exclude: docs/*/**/_*.md |
||||
|
- docs/*/docs/** |
||||
|
internal: |
||||
|
- .github/** |
||||
|
- scripts/** |
||||
|
- .gitignore |
||||
|
- .pre-commit-config.yaml |
||||
|
- uv.lock |
||||
|
- docs/en/data/sponsors.yml |
||||
|
- docs/en/overrides/main.html |
||||
@ -1,20 +0,0 @@ |
|||||
name: Labels |
|
||||
on: |
|
||||
pull_request_target: # zizmor: ignore[dangerous-triggers] |
|
||||
types: |
|
||||
- opened |
|
||||
- synchronize |
|
||||
- reopened |
|
||||
|
|
||||
permissions: {} |
|
||||
|
|
||||
jobs: |
|
||||
labeler: |
|
||||
permissions: |
|
||||
contents: read |
|
||||
pull-requests: write |
|
||||
runs-on: ubuntu-latest |
|
||||
timeout-minutes: 5 |
|
||||
steps: |
|
||||
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0 |
|
||||
- run: echo "Done adding labels" |
|
||||
Loading…
Reference in new issue