ci(labeler): escape strings starting with * and !

This commit is contained in:
James Harris 2020-06-01 23:03:03 +01:00 committed by GitHub
parent 9391e4a2dc
commit 3af1ab07c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
.github/labeler.yml vendored
View File

@ -1,9 +1,9 @@
"Type: Proof":
- Comanche055/*.agc
- Luminary099/*.agc
- !Comanche055/MAIN.agc
- !Luminary099/MAIN.agc
- "!Comanche055/MAIN.agc"
- "!Luminary099/MAIN.agc"
"Type: Meta":
- **/*.md
- "**/*.md"
- Comanche055/MAIN.agc
- Luminary099/MAIN.agc