[Label Bot] Adds some languages to labeler bot (#6222)

* Adds swift, ts, go, py to labeler bot

* Removes unneeded dir search
This commit is contained in:
mustiikhalil 2020-10-29 09:05:25 +03:00 committed by GitHub
parent fc80979253
commit 17ae48decc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
.github/labeler.yml vendored
View File

@ -11,3 +11,25 @@ c#:
- tests/FlatBuffers.Test/**/*
- tests/FlatBuffers.Benchmarks/**/*
- src/idl_gen_csharp.cpp
swift:
- ./**/*.swift
- swift/**/*
- tests/FlatBuffers.GRPC.Swift/**/*
- tests/FlatBuffers.Benchmarks.swift/**/*
- tests/FlatBuffers.Test.Swift/**/*
- src/idl_gen_swift.cpp
- grpc/**/*swift*
typescript:
- ./**/*.ts
- src/idl_gen_js_ts.cpp
- grpc/flatbuffers-js-grpc/**/*.ts
golang:
- ./**/*.go
- src/idl_gen_go.cpp
python:
- ./**/*.py
- src/idl_gen_python.cpp