summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-01-16 17:55:06 -0500
committerJames Mills <1290234+prologic@users.noreply.github.com>2020-01-17 00:55:06 +0200
commit8a3c7a7e7be13303709d8064f64a7efd5c361c8e (patch)
tree888f526ccd84725e7c25decdaa6569d409917915 /.github/workflows
parent2ee16d053a3afd1e7f1665b974001b410b7a94ef (diff)
Limit PR labeler runs to the main repo. (#7768)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/labeler.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 130d438550..78150728f3 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -9,6 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: paulfantom/periodic-labeler@master
+ if: github.repository == 'netdata/netdata'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY: ${{ github.repository }}