ci: label PRs only the first time they're opened (#15209)

instead of on every change -- including removing erroneous labels
This commit is contained in:
dundargoc 2021-07-28 11:30:08 +02:00 committed by GitHub
parent 701c21480e
commit 6c08af083d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
name: "Pull Request Labeler" name: "Pull Request Labeler"
on: on:
- pull_request_target pull_request_target:
types: opened
jobs: jobs:
triage: triage:
runs-on: ubuntu-latest runs-on: ubuntu-latest