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 committed
Mar 5, 2020 at 09:53 UTC
39c892de7f9f5dc2c55f54f21a681ad474352174
1 file changed
+10
-6
.github/labeler.yml
+10
-6
@@ -16,6 +16,16 @@ area/backends:
16
- exporting/*
17
- exporting/**/*
18
19
+area/build:
20
+ - build/*
21
+ - build/**/*
22
+ - build_external/*
23
+ - build_external/**/*
24
+ - CMakeLists.txt
25
+ - configure.ac
26
+ - Makefile.am
27
+ - "**/Makefile.am"
28
+
29
area/ci:
30
- .travis/*
31
- .travis/**/*
@@ -55,8 +65,6 @@ area/health:
65
- health/**/*
66
67
area/packaging:
58
- - build/*
59
- - build/**/*
68
- contrib/*
69
- contrib/**/*
70
- packaging/*
@@ -65,10 +73,6 @@ area/packaging:
73
- system/**/*
74
- Dockerfile*
75
- netdata-installer.sh
68
- - CMakeLists.txt
69
- - configure.ac
70
- - Makefile.am
71
- - "**/Makefile.am"
76
- netdata.spec.in
77
78
area/registry: