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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
.github/labeler.yml vendored
View File

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