Skip to content

Commit d6195b9

Browse files
committed
Fix the labeler to match all Python files in docs/ directory
Now that scripts were moved to `docs/_scripts` the `labeler.yml` file must be updated too. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 6e66f27 commit d6195b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
- ".editorconfig"
4646
- ".git*"
4747
- ".git*/**"
48-
- "docs/*.py"
48+
- "docs/**/*.py"
4949
- CODEOWNERS
5050
- MANIFEST.in
5151
- noxfile.py

0 commit comments

Comments
 (0)