Fixed missing ending quotes in labeller (#6327)

This commit is contained in:
Derek Bailey
2020-12-10 14:19:46 -08:00
committed by GitHub
parent 9fca5e4f42
commit 80a745d9b0

4
.github/labeler.yml vendored
View File

@@ -85,9 +85,9 @@ documentation:
CI:
- '.github/**/*'
- '.appveyor/**/*
- '.appveyor/**/*'
- '.travis/**/*'
- '.bazelci/**/*
- '.bazelci/**/*'
- .travis.yml
- appveyor.yml