Merge pull request #16182 from jamessan/backport-comment

ci(backport): trigger on comments too, so "/backport" works
This commit is contained in:
James McCoy 2021-10-30 16:51:50 -04:00 committed by GitHub
commit 653d963293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ name: Backport
on:
pull_request_target:
types: [closed, labeled]
issue_comment:
types: [created]
jobs:
backport:
permissions: