Added more labels for auto labeler (#6227)
This commit is contained in:
parent
ea92a668d8
commit
d1a545b1fb
|
@ -21,6 +21,10 @@ swift:
|
|||
- src/idl_gen_swift.cpp
|
||||
- grpc/**/*swift*
|
||||
|
||||
javascript:
|
||||
- ./**/*.js
|
||||
- src/idl_gen_js_ts.cpp
|
||||
|
||||
typescript:
|
||||
- ./**/*.ts
|
||||
- src/idl_gen_js_ts.cpp
|
||||
|
@ -41,3 +45,48 @@ java:
|
|||
kotlin:
|
||||
- ./**/*.kt
|
||||
- src/idl_gen_kotlin.cpp
|
||||
|
||||
lua:
|
||||
- ./**/*.lua
|
||||
- src/idl_gen_lua.cpp
|
||||
|
||||
lobster:
|
||||
- ./**/*.lobster
|
||||
- src/idl_gen_lobster.cpp
|
||||
|
||||
php:
|
||||
- ./**/*.php
|
||||
- src/idl_gen_php.cpp
|
||||
|
||||
rust:
|
||||
- ./**/*.rs
|
||||
- rust/**/*
|
||||
- src/idl_gen_rust.cpp
|
||||
|
||||
dart:
|
||||
- ./**/*.dart
|
||||
- src/idl_gen_dart.cpp
|
||||
|
||||
swift:
|
||||
- ./**/*.swift
|
||||
- swift/**/*
|
||||
- src/idl_gen_swift.cpp
|
||||
|
||||
c++:
|
||||
- ./**/*.cc
|
||||
- ./**/*.cpp
|
||||
- ./**/*.h
|
||||
|
||||
json:
|
||||
- ./**/*.json
|
||||
- src/idl_gen_json_schema.cpp
|
||||
|
||||
codegen:
|
||||
- src/**/*
|
||||
|
||||
documentation:
|
||||
- docs/**/*
|
||||
|
||||
grpc:
|
||||
- grpc/**/*
|
||||
- src/idl_gen_grpc.cpp
|
Loading…
Reference in New Issue