Browse Source

🔧 Configure labeler to exclude files that start from underscore for `lang-all` label (#14213)

pull/14402/head
Motov Yurii 6 months ago
committed by GitHub
parent
commit
5265c4f5cb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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