summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-03-05 09:53:10 -0500
committerGitHub <noreply@github.com>2020-03-05 09:53:10 -0500
commit39c892de7f9f5dc2c55f54f21a681ad474352174 (patch)
tree854b2a1360e007b8bd3657fbd3103d6b13c7fc79 /.github
parentfce6650a689625f3a591cf79046395b62c9687f9 (diff)
Updated PR labeling to utilize new area/build label. (#8310)
* Update PR labeling to utilize new area/build label. * Add build_external directory to build system.
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml16
1 files changed, 10 insertions, 6 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 1e7a5289a1..48f34b8f22 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -16,6 +16,16 @@ area/backends:
- exporting/*
- exporting/**/*
+area/build:
+ - build/*
+ - build/**/*
+ - build_external/*
+ - build_external/**/*
+ - CMakeLists.txt
+ - configure.ac
+ - Makefile.am
+ - "**/Makefile.am"
+
area/ci:
- .travis/*
- .travis/**/*
@@ -55,8 +65,6 @@ area/health:
- health/**/*
area/packaging:
- - build/*
- - build/**/*
- contrib/*
- contrib/**/*
- packaging/*
@@ -65,10 +73,6 @@ area/packaging:
- system/**/*
- Dockerfile*
- netdata-installer.sh
- - CMakeLists.txt
- - configure.ac
- - Makefile.am
- - "**/Makefile.am"
- netdata.spec.in
area/registry: