Browse Source

Remove `\+` as it seems to be a YAML escape sequence

tags/v0.2.3-rc
Haixuan Xavier Tao GitHub 2 years ago
parent
commit
6c9a41cb17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/labeler.yml

+ 1
- 1
.github/labeler.yml View File

@@ -21,7 +21,7 @@ c:
- "/\bc\b/i" - "/\bc\b/i"


c++: c++:
- "/(c\+\+|cxx)/i"
- "cxx"


rust: rust:
- "rust" - "rust"


Loading…
Cancel
Save