github/actions: update labeler config and bump version (#8071)
* github/labeler: add Dockerfile* pattern to area/packaging label * github/labeler: switch to v0.1.0
Ilya Mashchenko committed
Feb 13, 2020 at 11:13 UTC
bbc76d1abc3c1edd49974bd5da980cee59716da1
2 files changed
+2
-1
.github/labeler.yml
+1
@@ -63,6 +63,7 @@ area/packaging:
63
- packaging/**/*
64
- system/*
65
- system/**/*
66
+ - Dockerfile*
67
- netdata-installer.sh
68
- CMakeLists.txt
69
- configure.ac
.github/workflows/labeler.yml
+1
-1
@@ -8,7 +8,7 @@ jobs:
8
labeler:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.0.1
11
+ - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.0
12
if: github.repository == 'netdata/netdata'
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}