Skip to content

Commit c1b5389

Browse files
authored
Actions: Fix broken escaping in PR labeler action.
TL;DR: YAML escaping is complicated. I think this should fix the problems.
1 parent 4330150 commit c1b5389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Python:
1919
- change-notes/**/*python*
2020

2121
documentation:
22-
- **/*.qhelp
23-
- **/*.md
22+
- "**/*.qhelp"
23+
- "**/*.md"
2424
- docs/**/*

0 commit comments

Comments
 (0)