mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 19:31:12 +00:00
update labeler.yml to v5+ format (#8818)
This commit is contained in:
146
.github/labeler.yml
vendored
146
.github/labeler.yml
vendored
@@ -5,93 +5,133 @@
|
|||||||
#
|
#
|
||||||
# See .github/workflows/label.yml for Github Action workflow script
|
# See .github/workflows/label.yml for Github Action workflow script
|
||||||
|
|
||||||
c#:
|
"c#":
|
||||||
- '**/*.cs'
|
- changed-files:
|
||||||
- net/**/*
|
- any-glob-to-any-file:
|
||||||
- tests/FlatBuffers.Test/**/*
|
- '**/*.cs'
|
||||||
- tests/FlatBuffers.Benchmarks/**/*
|
- 'net/**/*'
|
||||||
- src/idl_gen_csharp.cpp
|
- 'tests/FlatBuffers.Test/**/*'
|
||||||
|
- 'tests/FlatBuffers.Benchmarks/**/*'
|
||||||
|
- 'src/idl_gen_csharp.cpp'
|
||||||
|
|
||||||
swift:
|
swift:
|
||||||
- '**/*.swift'
|
- changed-files:
|
||||||
- swift/**/*
|
- any-glob-to-any-file:
|
||||||
- tests/swift/**
|
- '**/*.swift'
|
||||||
- src/idl_gen_swift.cpp
|
- 'swift/**/*'
|
||||||
|
- 'tests/swift/**'
|
||||||
|
- 'src/idl_gen_swift.cpp'
|
||||||
|
|
||||||
nim:
|
nim:
|
||||||
- '**/*.nim'
|
- changed-files:
|
||||||
- nim/**/*
|
- any-glob-to-any-file:
|
||||||
- src/idl_gen_nim.cpp
|
- '**/*.nim'
|
||||||
- src/bfbs_gen_nim.cpp
|
- 'nim/**/*'
|
||||||
|
- 'src/idl_gen_nim.cpp'
|
||||||
|
- 'src/bfbs_gen_nim.cpp'
|
||||||
|
|
||||||
javascript:
|
javascript:
|
||||||
- '**/*.js'
|
- changed-files:
|
||||||
- src/idl_gen_ts.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.js'
|
||||||
|
- 'src/idl_gen_ts.cpp'
|
||||||
|
|
||||||
typescript:
|
typescript:
|
||||||
- '**/*.ts'
|
- changed-files:
|
||||||
- src/idl_gen_ts.cpp
|
- any-glob-to-any-file:
|
||||||
- grpc/flatbuffers-js-grpc/**/*.ts
|
- '**/*.ts'
|
||||||
|
- 'src/idl_gen_ts.cpp'
|
||||||
|
- 'grpc/flatbuffers-js-grpc/**/*.ts'
|
||||||
|
|
||||||
golang:
|
golang:
|
||||||
- '**/*.go'
|
- changed-files:
|
||||||
- src/idl_gen_go.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.go'
|
||||||
|
- 'src/idl_gen_go.cpp'
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- '**/*.py'
|
- changed-files:
|
||||||
- src/idl_gen_python.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.py'
|
||||||
|
- 'src/idl_gen_python.cpp'
|
||||||
|
|
||||||
java:
|
java:
|
||||||
- '**/*.java'
|
- changed-files:
|
||||||
- src/idl_gen_java.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.java'
|
||||||
|
- 'src/idl_gen_java.cpp'
|
||||||
|
|
||||||
kotlin:
|
kotlin:
|
||||||
- '**/*.kt'
|
- changed-files:
|
||||||
- src/idl_gen_kotlin.cpp
|
- any-glob-to-any-file:
|
||||||
- src/idl_gen_kotlin_kmp.cpp
|
- '**/*.kt'
|
||||||
|
- 'src/idl_gen_kotlin.cpp'
|
||||||
|
- 'src/idl_gen_kotlin_kmp.cpp'
|
||||||
|
|
||||||
lua:
|
lua:
|
||||||
- '**/*.lua'
|
- changed-files:
|
||||||
- lua/**/*
|
- any-glob-to-any-file:
|
||||||
- src/bfbs_gen_lua.cpp
|
- '**/*.lua'
|
||||||
|
- 'lua/**/*'
|
||||||
|
- 'src/bfbs_gen_lua.cpp'
|
||||||
|
|
||||||
lobster:
|
lobster:
|
||||||
- '**/*.lobster'
|
- changed-files:
|
||||||
- src/idl_gen_lobster.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.lobster'
|
||||||
|
- 'src/idl_gen_lobster.cpp'
|
||||||
|
|
||||||
php:
|
php:
|
||||||
- '**/*.php'
|
- changed-files:
|
||||||
- src/idl_gen_php.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.php'
|
||||||
|
- 'src/idl_gen_php.cpp'
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- '**/*.rs'
|
- changed-files:
|
||||||
- rust/**/*
|
- any-glob-to-any-file:
|
||||||
- src/idl_gen_rust.cpp
|
- '**/*.rs'
|
||||||
|
- 'rust/**/*'
|
||||||
|
- 'src/idl_gen_rust.cpp'
|
||||||
|
|
||||||
dart:
|
dart:
|
||||||
- '**/*.dart'
|
- changed-files:
|
||||||
- src/idl_gen_dart.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.dart'
|
||||||
|
- 'src/idl_gen_dart.cpp'
|
||||||
|
|
||||||
c++:
|
"c++":
|
||||||
- '**/*.cc'
|
- changed-files:
|
||||||
- '**/*.cpp'
|
- any-glob-to-any-file:
|
||||||
- '**/*.h'
|
- '**/*.cc'
|
||||||
|
- '**/*.cpp'
|
||||||
|
- '**/*.h'
|
||||||
|
|
||||||
json:
|
json:
|
||||||
- '**/*.json'
|
- changed-files:
|
||||||
- src/idl_gen_json_schema.cpp
|
- any-glob-to-any-file:
|
||||||
|
- '**/*.json'
|
||||||
|
- 'src/idl_gen_json_schema.cpp'
|
||||||
|
|
||||||
codegen:
|
codegen:
|
||||||
- src/**/*
|
- changed-files:
|
||||||
|
- any-glob-to-any-file:
|
||||||
|
- 'src/**/*'
|
||||||
|
|
||||||
documentation:
|
documentation:
|
||||||
- docs/**/*
|
- changed-files:
|
||||||
- '**/*.md'
|
- any-glob-to-any-file:
|
||||||
|
- 'docs/**/*'
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
CI:
|
CI:
|
||||||
- '.github/**/*'
|
- changed-files:
|
||||||
- '.bazelci/**/*'
|
- any-glob-to-any-file:
|
||||||
|
- '.github/**/*'
|
||||||
|
- '.bazelci/**/*'
|
||||||
|
|
||||||
grpc:
|
grpc:
|
||||||
- grpc/**/*
|
- changed-files:
|
||||||
- src/idl_gen_grpc.cpp
|
- any-glob-to-any-file:
|
||||||
|
- 'grpc/**/*'
|
||||||
|
- 'src/idl_gen_grpc.cpp'
|
||||||
|
|||||||
Reference in New Issue
Block a user