Limit PR labeler runs to the main repo. (#7768)
Austin S. Hemmelgarn committed
Jan 16, 2020 at 17:55 UTC
8a3c7a7e7be13303709d8064f64a7efd5c361c8e
1 file changed
+1
.github/workflows/labeler.yml
+1
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
steps:
11
- uses: paulfantom/periodic-labeler@master
12
+ if: github.repository == 'netdata/netdata'
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
GITHUB_REPOSITORY: ${{ github.repository }}