Skip to content

Commit

Permalink
chore(CI): Update actions/labeler configuration file (#2120)
Browse files Browse the repository at this point in the history
According to the actions/labeler@v5 configuration file format, this patch
updates the content.
  • Loading branch information
acelyc111 authored Sep 19, 2024
1 parent 8f21d7a commit ecbfc8a
Showing 1 changed file with 53 additions and 21 deletions.
74 changes: 53 additions & 21 deletions .github/workflows/module_labeler_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,40 +17,72 @@
---

github:
- .github/**/*
- changed-files:
- any-glob-to-any-file:
- .github/**/*
admin-cli:
- admin-cli/**/*
- changed-files:
- any-glob-to-any-file:
- admin-cli/**/*
collector:
- collector/**/*
- changed-files:
- any-glob-to-any-file:
- collector/**/*
docker:
- docker/**/*
- changed-files:
- any-glob-to-any-file:
- docker/**/*
go-client:
- go-client/**/*
- changed-files:
- any-glob-to-any-file:
- go-client/**/*
java-client:
- java-client/**/*
- changed-files:
- any-glob-to-any-file:
- java-client/**/*
nodejs-client:
- nodejs-client/**/*
- changed-files:
- any-glob-to-any-file:
- nodejs-client/**/*
pegic:
- pegic/**/*
- changed-files:
- any-glob-to-any-file:
- pegic/**/*
python-client:
- python-client/**/*
- changed-files:
- any-glob-to-any-file:
- python-client/**/*
scala-client:
- scala-client/**/*
- changed-files:
- any-glob-to-any-file:
- scala-client/**/*
thirdparty:
- thirdparty/**/*
- changed-files:
- any-glob-to-any-file:
- thirdparty/**/*
thrift:
- '**/*.thrift'
- changed-files:
- any-glob-to-any-file:
- '**/*.thrift'
docs:
- '**/*.md'
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
scripts:
- 'admin_tools/**/*'
- 'build_tools/**/*'
- '**/*.sh'
- changed-files:
- any-glob-to-any-file:
- 'admin_tools/**/*'
- 'build_tools/**/*'
- '**/*.sh'
build:
- 'cmake_modules/**/*'
- '**/CMakeLists.txt'
- 'run.sh'
- changed-files:
- any-glob-to-any-file:
- 'cmake_modules/**/*'
- '**/CMakeLists.txt'
- 'run.sh'
cpp:
- changed-files:
- any-glob-to-any-file:
# TODO(yingchun): add more fine-grained labels
- 'src/**/*.h'
- 'src/**/*.cpp'
- 'src/**/*.h'
- 'src/**/*.cpp'

0 comments on commit ecbfc8a

Please sign in to comment.