Update GitHub action (#9774)

Ignore issue events triggered by pull_requests
This commit is contained in:
Wilken Rivera 2020-08-17 07:35:19 -04:00 committed by GitHub
parent 9c8daed65e
commit 156b6ac2b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ jobs:
steps:
- name: Add track-internal
uses: andymckay/labeler@1.0.2
if: github.event.issue.pull_request == null
with:
repo-token: ${{ secrets.Github_Token }}
add-labels: "track-internal"