ci: disable labeler on forked PRs (#3789)
This commit is contained in:
parent
bdf5261e27
commit
17c44a053d
1
.github/workflows/labeler.yml
vendored
1
.github/workflows/labeler.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user