Skip to content

Commit 53988b4

Browse files
author
Robert Marsh
authored
Merge pull request #2527 from Semmle/fix-labeler-yaml-escaping
Actions: Fix broken escaping in PR labeller action.
2 parents 4330150 + c1b5389 commit 53988b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)