mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 18:44:13 +00:00
Fixed missing ending quotes in labeller (#6327)
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -85,9 +85,9 @@ documentation:
|
|||||||
|
|
||||||
CI:
|
CI:
|
||||||
- '.github/**/*'
|
- '.github/**/*'
|
||||||
- '.appveyor/**/*
|
- '.appveyor/**/*'
|
||||||
- '.travis/**/*'
|
- '.travis/**/*'
|
||||||
- '.bazelci/**/*
|
- '.bazelci/**/*'
|
||||||
- .travis.yml
|
- .travis.yml
|
||||||
- appveyor.yml
|
- appveyor.yml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user