diff options
Diffstat (limited to '.github/labeler.yml')
-rw-r--r-- | .github/labeler.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index 0cbec181..36d18e74 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -75,7 +75,7 @@ area/collectors: - changed-files: - any-glob-to-any-file: - src/collectors/** - - src/go/collectors/go.d.plugin/** + - src/go/** collectors/plugins.d: - any: @@ -141,7 +141,7 @@ collectors/go.d: - any: - changed-files: - any-glob-to-any-file: - - src/go/collectors/go.d.plugin/** + - src/go/** collectors/idlejitter: - any: @@ -289,9 +289,3 @@ area/web: - changed-files: - any-glob-to-any-file: - src/web/** - -area/logs-management: - - any: - - changed-files: - - any-glob-to-any-file: - - src/logsmanagement/** |