Browse Source

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.
Austin S. Hemmelgarn 5 years ago
parent
commit
39c892de7f
1 changed files with 10 additions and 6 deletions
  1. 10 6
      .github/labeler.yml

+ 10 - 6
.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: