summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-02-13 11:13:52 +0300
committerGitHub <noreply@github.com>2020-02-13 11:13:52 +0300
commitbbc76d1abc3c1edd49974bd5da980cee59716da1 (patch)
tree9be38160abf8be8ff89a1250154c54df5d41f392
parentbf62726bc632d1c65e8f2960af0052523f420266 (diff)
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
-rw-r--r--.github/labeler.yml1
-rw-r--r--.github/workflows/labeler.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 15bee0626b..1e7a5289a1 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -63,6 +63,7 @@ area/packaging:
- packaging/**/*
- system/*
- system/**/*
+ - Dockerfile*
- netdata-installer.sh
- CMakeLists.txt
- configure.ac
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index f0d5141619..24842e73d3 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -8,7 +8,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.0.1
+ - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.1.0
if: github.repository == 'netdata/netdata'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}