ci: disable labeler on forked PRs (#3789)

This commit is contained in:
Erez Rokah 2020-05-20 11:56:47 +03:00 committed by GitHub
parent bdf5261e27
commit 17c44a053d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
jobs:
label-pr:
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false
runs-on: ubuntu-latest
steps:
- uses: erezrokah/pr-labeler-action@v1.0.0