Actions: Fix broken escaping in PR labeler action.

TL;DR: YAML escaping is complicated. I think this should fix the problems.
This commit is contained in:
Taus
2019-12-12 22:24:23 +01:00
committed by GitHub
parent 43301505f5
commit c1b5389d96

4
.github/labeler.yml vendored
View File

@@ -19,6 +19,6 @@ Python:
- change-notes/**/*python*
documentation:
- **/*.qhelp
- **/*.md
- "**/*.qhelp"
- "**/*.md"
- docs/**/*