More adjustments to the auto labeler (#6239)

This commit is contained in:
Derek Bailey 2020-11-05 13:02:33 -08:00 committed by GitHub
parent 9dd44df35c
commit cdef70e246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
.github/labeler.yml vendored
View File

@ -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

View File

@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
- uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"