Update GitHub action (#9774)
Ignore issue events triggered by pull_requests
This commit is contained in:
parent
9c8daed65e
commit
156b6ac2b4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue