diff --git a/.github/labeler.yml b/.github/labeler.yml index 049c9badff..b0a85679de 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,39 @@ Python: -- deepmd/**/* -- deepmd_utils/**/* -- source/tests/**/* -Docs: doc/**/* -Examples: examples/**/* -Core: source/lib/**/* -CUDA: source/lib/src/gpu/**/* -ROCM: source/lib/src/gpu/**/* -OP: source/op/**/* -C++: source/api_cc/**/* -C: source/api_c/**/* -LAMMPS: source/lmp/**/* -Gromacs: source/gmx/**/* -i-Pi: source/ipi/**/* +- changed-files: + - any-glob-to-any-file: + - deepmd/**/* + - deepmd_utils/**/* + - source/tests/**/* +Docs: +- changed-files: + - any-glob-to-any-file: doc/**/* +Examples: +- changed-files: + - any-glob-to-any-file: examples/**/* +Core: +- changed-files: + - any-glob-to-any-file: source/lib/**/* +CUDA: +- changed-files: + - any-glob-to-any-file: source/lib/src/gpu/**/* +ROCM: +- changed-files: + - any-glob-to-any-file: source/lib/src/gpu/**/* +OP: +- changed-files: + - any-glob-to-any-file: source/op/**/* +C++: +- changed-files: + - any-glob-to-any-file: source/api_cc/**/* +C: +- changed-files: + - any-glob-to-any-file: source/api_c/**/* +LAMMPS: +- changed-files: + - any-glob-to-any-file: source/lmp/**/* +Gromacs: +- changed-files: + - any-glob-to-any-file: source/gmx/**/* +i-Pi: +- changed-files: + - any-glob-to-any-file: source/ipi/**/*