summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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