summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-02-11 16:28:31 +0300
committerGitHub <noreply@github.com>2020-02-11 16:28:31 +0300
commita89cebaa4cd0c7c8449fe13fb89d9ff7cbd649a2 (patch)
treefd437fbd253d1fe8b386c686ed1bf848d93590bc /.github
parent64dbeb929e2437ba65e628e81a6f546b42dcd4fa (diff)
github/workflow: change labeler (#8032)
* .github/workflow: switch from paulfantom/periodic-labeler to ilyam8/periodic-pr-labeler * .github/labeler: backends pattern fix
Diffstat (limited to '.github')
-rw-r--r--.github/labeler.yml2
-rw-r--r--.github/workflows/labeler.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 86c0c8cd86..15bee0626b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -12,7 +12,7 @@
area/backends:
- backends/*
- - backends/**
+ - backends/**/*
- exporting/*
- exporting/**/*
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 78150728f3..f0d5141619 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -8,7 +8,7 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- - uses: paulfantom/periodic-labeler@master
+ - uses: docker://docker.io/ilyam8/periodic-pr-labeler:v0.0.1
if: github.repository == 'netdata/netdata'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}