.github/workflows/labels.yml: set event types

opened, synchronize, reopened are the defaults for `pull_request_target`,
`edited` will trigger the label action if the PRs base branch is changed.
master
zowoq 2021-04-03 06:06:00 +10:00
parent cd016b7bbd
commit 574c4a7468
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ name: "Label PR"
on:
pull_request_target:
types: [edited, opened, synchronize, reopened]
jobs:
labels: