diff --git a/.github/workflows/module_labeler_conf.yml b/.github/workflows/module_labeler_conf.yml index 17932cf8a9..64f0e065a2 100644 --- a/.github/workflows/module_labeler_conf.yml +++ b/.github/workflows/module_labeler_conf.yml @@ -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'