summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorvkalintiris <vasilis@netdata.cloud>2024-02-07 02:24:47 +0200
committerGitHub <noreply@github.com>2024-02-07 02:24:47 +0200
commit8c736bb135754fad5045661f70f0176636bb0bb6 (patch)
treeb56cc6f01f75e8198c18d028cd72a948227b0f5c /.github
parent3133f03a105c6f8ac8e9c7af8236516d443943bb (diff)
Move health/ under src/ (#16954)
* Move health/ under src/ * Update references to health paths. ``` find . -type f -exec sed -i 's:master/exporting:master/src/exporting:g' {} \; ``` * Update .git{,hub} refs to health.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS6
-rw-r--r--.github/labeler.yml2
-rw-r--r--.github/workflows/generate-integrations.yml2
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d76075d5e5..f99c4a9d5c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -19,9 +19,9 @@ src/exporting/ @thiagoftsm
src/daemon/ @thiagoftsm @vkalintiris
src/database/ @thiagoftsm @vkalintiris
docs/ @tkatsoulas @Ancairon
-health/ @thiagoftsm @vkalintiris
-health/health.d/ @thiagoftsm
-health/notifications/ @Ferroin @thiagoftsm
+src/health/ @thiagoftsm @vkalintiris
+src/health/health.d/ @thiagoftsm
+src/health/notifications/ @Ferroin @thiagoftsm
src/ml/ @vkalintiris
src/libnetdata/ @thiagoftsm @vkalintiris
packaging/ @Ferroin @tkatsoulas
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 8dbcfc986f..1ff9b4bb4a 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -220,7 +220,7 @@ area/health:
- any:
- changed-files:
- any-glob-to-any-file:
- - health/**
+ - src/health/**
area/metadata:
- any:
diff --git a/.github/workflows/generate-integrations.yml b/.github/workflows/generate-integrations.yml
index 534ba3fa25..380808cf43 100644
--- a/.github/workflows/generate-integrations.yml
+++ b/.github/workflows/generate-integrations.yml
@@ -8,7 +8,7 @@ on:
paths: # If any of these files change, we need to regenerate integrations.js.
- 'collectors/**/metadata.yaml'
- 'src/exporting/**/metadata.yaml'
- - 'health/notifications/**/metadata.yaml'
+ - 'src/health/notifications/**/metadata.yaml'
- 'integrations/templates/**'
- 'integrations/categories.yaml'
- 'integrations/deploy.yaml'