Skip to content

Commit dcf416c

Browse files
authored
Fix type/docs label (#5759)
Only consider files with `.md` extension.
1 parent 7fc3513 commit dcf416c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@
8585
- modules/trino/*
8686
"modules/vault":
8787
- modules/vault/*
88-
"type/docs": docs/**/*
88+
"type/docs":
89+
- docs/**/*.md

0 commit comments

Comments
 (0)