diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:53:08 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-07-24 09:53:08 +0000 |
commit | 6a1900e8bd84c282a500ae4032645ae55c614b7b (patch) | |
tree | d4d31289c39fc00da064a825df13a0b98ce95b10 /.github/labeler.yml | |
parent | Adding upstream version 1.45.3+dfsg. (diff) | |
download | netdata-upstream/1.46.3.tar.xz netdata-upstream/1.46.3.zip |
Adding upstream version 1.46.3.upstream/1.46.3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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* |