Turns PR labeler to only trigger on create (#8838)

This commit is contained in:
Jono Sosulska 2020-10-07 13:45:17 -04:00 committed by GitHub
parent 1d4f3166fb
commit b596538397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: "Pull Request Labeler"
on:
- pull_request_target
pull_request:
types: [opened]
jobs:
triage: