Browse Source

Exclude files that start from underscore for `lang-all` label in `labeler.yml`

pull/14213/head
Yurii Motov 9 months ago
parent
commit
281821fd48
  1. 1
      .github/labeler.yml

1
.github/labeler.yml

@ -17,6 +17,7 @@ lang-all:
- docs/*/docs/**
- all-globs-to-all-files:
- '!docs/en/docs/**'
- '!docs/*/**/_*.md'
- '!fastapi/**'
- '!pyproject.toml'

Loading…
Cancel
Save