Files
flatbuffers/.github/labeler.yml
mustiikhalil 17ae48decc [Label Bot] Adds some languages to labeler bot (#6222)
* Adds swift, ts, go, py to labeler bot

* Removes unneeded dir search
2020-10-29 09:05:25 +03:00

35 lines
781 B
YAML

# Configuration for Auto Labeler during pull request
#
# See https://github.com/actions/labeler for file format
# and https://github.com/google/flatbuffers/labels for a list of valid labels
#
# See .github/workflows/label.yml for Github Action workflow script
c#:
- ./**/*.cs
- net/**/*
- 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