diff options
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index d7c357509..0cbec181d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -137,7 +137,7 @@ collectors/freeipmi: - any-glob-to-any-file: - src/collectors/freeipmi.plugin/** -collectors/go.d.plugin: +collectors/go.d: - any: - changed-files: - any-glob-to-any-file: @@ -215,6 +215,12 @@ collectors/timex: - any-glob-to-any-file: - src/collectors/timex.plugin/** +collectors/windows: + - any: + - changed-files: + - any-glob-to-any-file: + - src/collectors/windows.plugin/** + collectors/xenstat: - any: - changed-files: @@ -252,7 +258,6 @@ area/packaging: - any: - changed-files: - any-glob-to-any-file: - - contrib/** - packaging/** - system/** - Dockerfile* |