Don't run the labeler if the actor is not repo owner

This commit is contained in:
madhead 2021-10-17 14:42:24 +02:00
parent 4203a0fdfe
commit 2447d3e51f
No known key found for this signature in database
GPG Key ID: 66017D6A7E85EBE6
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ on:
jobs:
triage:
runs-on: ubuntu-latest
if: ${{ github.actor == github.repository_owner }}
steps:
- uses: actions/labeler@v2
with: