Auto Labeler Setup, Just C# for now (#6221)
This commit is contained in:
parent
55658f523a
commit
fc80979253
|
@ -10,4 +10,4 @@ c#:
|
|||
- net/**/*
|
||||
- tests/FlatBuffers.Test/**/*
|
||||
- tests/FlatBuffers.Benchmarks/**/*
|
||||
- src/idl_gen_csharp.cpp
|
||||
- src/idl_gen_csharp.cpp
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
# https://github.com/actions/labeler
|
||||
|
||||
name: Labeler
|
||||
on: [pull_request]
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
|
Loading…
Reference in New Issue