summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 }}