mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 11:12:19 +00:00
More adjustments to the auto labeler (#6239)
This commit is contained in:
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
@@ -38,7 +38,7 @@ python:
|
|||||||
- src/idl_gen_python.cpp
|
- src/idl_gen_python.cpp
|
||||||
|
|
||||||
java:
|
java:
|
||||||
- ./**/*.java
|
- java/**/*.java
|
||||||
- src/idl_gen_java.cpp
|
- src/idl_gen_java.cpp
|
||||||
|
|
||||||
kotlin:
|
kotlin:
|
||||||
@@ -46,7 +46,7 @@ kotlin:
|
|||||||
- src/idl_gen_kotlin.cpp
|
- src/idl_gen_kotlin.cpp
|
||||||
|
|
||||||
lua:
|
lua:
|
||||||
- '**/*.lua'
|
- lua/**/*
|
||||||
- src/idl_gen_lua.cpp
|
- src/idl_gen_lua.cpp
|
||||||
|
|
||||||
lobster:
|
lobster:
|
||||||
@@ -69,7 +69,7 @@ dart:
|
|||||||
c++:
|
c++:
|
||||||
- ./**/*.cc
|
- ./**/*.cc
|
||||||
- ./**/*.cpp
|
- ./**/*.cpp
|
||||||
- ./**/*.h
|
- '**/*.h'
|
||||||
|
|
||||||
json:
|
json:
|
||||||
- ./**/*.json
|
- ./**/*.json
|
||||||
|
|||||||
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v2
|
- uses: actions/labeler@main
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
Reference in New Issue
Block a user