mirror of
https://github.com/fastapi/fastapi.git
synced 2026-04-04 15:13:26 -04:00
🔧 Update labeler GitHub Action (#12001)
This commit is contained in:
committed by
GitHub
parent
663810cb1a
commit
b5e167d406
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
@@ -1,22 +1,22 @@
|
||||
docs:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- docs/en/docs/*
|
||||
- docs_src/*
|
||||
- docs/en/docs/**/*
|
||||
- docs_src/**/*
|
||||
|
||||
lang-all:
|
||||
- all:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- docs/*/docs/*
|
||||
- docs/*/docs/**/*
|
||||
- all-globs-to-all-files:
|
||||
- '!docs/en/docs/*'
|
||||
- '!docs/en/docs/**/*'
|
||||
|
||||
internal:
|
||||
- changed-files:
|
||||
- any-glob-to-any-file:
|
||||
- .github/*
|
||||
- scripts/*
|
||||
- .github/**/*
|
||||
- scripts/**/*
|
||||
- .gitignore
|
||||
- .pre-commit-config.yaml
|
||||
- pdm_build.py
|
||||
|
||||
Reference in New Issue
Block a user