mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04: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
|
||||
|
||||
java:
|
||||
- ./**/*.java
|
||||
- java/**/*.java
|
||||
- src/idl_gen_java.cpp
|
||||
|
||||
kotlin:
|
||||
@@ -46,7 +46,7 @@ kotlin:
|
||||
- src/idl_gen_kotlin.cpp
|
||||
|
||||
lua:
|
||||
- '**/*.lua'
|
||||
- lua/**/*
|
||||
- src/idl_gen_lua.cpp
|
||||
|
||||
lobster:
|
||||
@@ -69,7 +69,7 @@ dart:
|
||||
c++:
|
||||
- ./**/*.cc
|
||||
- ./**/*.cpp
|
||||
- ./**/*.h
|
||||
- '**/*.h'
|
||||
|
||||
json:
|
||||
- ./**/*.json
|
||||
|
||||
2
.github/workflows/label.yml
vendored
2
.github/workflows/label.yml
vendored
@@ -14,6 +14,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
- uses: actions/labeler@main
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
Reference in New Issue
Block a user