summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDerek Bailey <derekbailey@google.com>2020-11-05 13:02:33 -0800
committerGitHub <noreply@github.com>2020-11-05 13:02:33 -0800
commitcdef70e24617c4e697dbeaf56d482609d57a6317 (patch)
treec79054decd6d92cd5d920a2739b8fad08bba2632 /.github
parent9dd44df35ca5b49f333dff70829fa0874de49981 (diff)
downloadflatbuffers-cdef70e24617c4e697dbeaf56d482609d57a6317.tar.gz
flatbuffers-cdef70e24617c4e697dbeaf56d482609d57a6317.tar.bz2
flatbuffers-cdef70e24617c4e697dbeaf56d482609d57a6317.zip
More adjustments to the auto labeler (#6239)
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml6
-rw-r--r--.github/workflows/label.yml2
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 18e32e70..97589ed6 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -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
diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml
index ecebfcef..53dd4727 100644
--- a/.github/workflows/label.yml
+++ b/.github/workflows/label.yml
@@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/labeler@v2
+ - uses: actions/labeler@main
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file