update labeler.yml to v5+ format (#8818)

This commit is contained in:
Justin Davis
2025-12-02 21:21:25 -05:00
committed by GitHub
parent 646a8bc96a
commit 4786322b90

104
.github/labeler.yml vendored
View File

@@ -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#":
- changed-files:
- any-glob-to-any-file:
- '**/*.cs' - '**/*.cs'
- net/**/* - 'net/**/*'
- tests/FlatBuffers.Test/**/* - 'tests/FlatBuffers.Test/**/*'
- tests/FlatBuffers.Benchmarks/**/* - 'tests/FlatBuffers.Benchmarks/**/*'
- src/idl_gen_csharp.cpp - 'src/idl_gen_csharp.cpp'
swift: swift:
- changed-files:
- any-glob-to-any-file:
- '**/*.swift' - '**/*.swift'
- swift/**/* - 'swift/**/*'
- tests/swift/** - 'tests/swift/**'
- src/idl_gen_swift.cpp - 'src/idl_gen_swift.cpp'
nim: nim:
- changed-files:
- any-glob-to-any-file:
- '**/*.nim' - '**/*.nim'
- nim/**/* - 'nim/**/*'
- src/idl_gen_nim.cpp - 'src/idl_gen_nim.cpp'
- src/bfbs_gen_nim.cpp - 'src/bfbs_gen_nim.cpp'
javascript: javascript:
- changed-files:
- any-glob-to-any-file:
- '**/*.js' - '**/*.js'
- src/idl_gen_ts.cpp - 'src/idl_gen_ts.cpp'
typescript: typescript:
- changed-files:
- any-glob-to-any-file:
- '**/*.ts' - '**/*.ts'
- src/idl_gen_ts.cpp - 'src/idl_gen_ts.cpp'
- grpc/flatbuffers-js-grpc/**/*.ts - 'grpc/flatbuffers-js-grpc/**/*.ts'
golang: golang:
- changed-files:
- any-glob-to-any-file:
- '**/*.go' - '**/*.go'
- src/idl_gen_go.cpp - 'src/idl_gen_go.cpp'
python: python:
- changed-files:
- any-glob-to-any-file:
- '**/*.py' - '**/*.py'
- src/idl_gen_python.cpp - 'src/idl_gen_python.cpp'
java: java:
- changed-files:
- any-glob-to-any-file:
- '**/*.java' - '**/*.java'
- src/idl_gen_java.cpp - 'src/idl_gen_java.cpp'
kotlin: kotlin:
- changed-files:
- any-glob-to-any-file:
- '**/*.kt' - '**/*.kt'
- src/idl_gen_kotlin.cpp - 'src/idl_gen_kotlin.cpp'
- src/idl_gen_kotlin_kmp.cpp - 'src/idl_gen_kotlin_kmp.cpp'
lua: lua:
- changed-files:
- any-glob-to-any-file:
- '**/*.lua' - '**/*.lua'
- lua/**/* - 'lua/**/*'
- src/bfbs_gen_lua.cpp - 'src/bfbs_gen_lua.cpp'
lobster: lobster:
- changed-files:
- any-glob-to-any-file:
- '**/*.lobster' - '**/*.lobster'
- src/idl_gen_lobster.cpp - 'src/idl_gen_lobster.cpp'
php: php:
- changed-files:
- any-glob-to-any-file:
- '**/*.php' - '**/*.php'
- src/idl_gen_php.cpp - 'src/idl_gen_php.cpp'
rust: rust:
- changed-files:
- any-glob-to-any-file:
- '**/*.rs' - '**/*.rs'
- rust/**/* - 'rust/**/*'
- src/idl_gen_rust.cpp - 'src/idl_gen_rust.cpp'
dart: dart:
- changed-files:
- any-glob-to-any-file:
- '**/*.dart' - '**/*.dart'
- src/idl_gen_dart.cpp - 'src/idl_gen_dart.cpp'
c++: "c++":
- changed-files:
- any-glob-to-any-file:
- '**/*.cc' - '**/*.cc'
- '**/*.cpp' - '**/*.cpp'
- '**/*.h' - '**/*.h'
json: json:
- changed-files:
- any-glob-to-any-file:
- '**/*.json' - '**/*.json'
- src/idl_gen_json_schema.cpp - 'src/idl_gen_json_schema.cpp'
codegen: codegen:
- src/**/* - changed-files:
- any-glob-to-any-file:
- 'src/**/*'
documentation: documentation:
- docs/**/* - changed-files:
- any-glob-to-any-file:
- 'docs/**/*'
- '**/*.md' - '**/*.md'
CI: CI:
- changed-files:
- any-glob-to-any-file:
- '.github/**/*' - '.github/**/*'
- '.bazelci/**/*' - '.bazelci/**/*'
grpc: grpc:
- grpc/**/* - changed-files:
- src/idl_gen_grpc.cpp - any-glob-to-any-file:
- 'grpc/**/*'
- 'src/idl_gen_grpc.cpp'