Files
flatbuffers/.github/labeler.yml
Paulo Pinheiro 6034de286a [Label Bot] Add Java and Kotlin support for the label bot (#6226)
CI is an unrelated timeout.
2020-10-30 13:18:36 -07:00

44 lines
880 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
java:
- ./**/*.java
- src/idl_gen_java.cpp
kotlin:
- ./**/*.kt
- src/idl_gen_kotlin.cpp