mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
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:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -19,6 +19,6 @@ Python:
|
||||
- change-notes/**/*python*
|
||||
|
||||
documentation:
|
||||
- **/*.qhelp
|
||||
- **/*.md
|
||||
- "**/*.qhelp"
|
||||
- "**/*.md"
|
||||
- docs/**/*
|
||||
|
||||
Reference in New Issue
Block a user