Run backport action when creating PR

This commit is contained in:
Fedor Indutny
2022-11-15 14:20:15 -08:00
committed by GitHub
parent 7b703fdd5f
commit c652fd5053
2 changed files with 1 additions and 30 deletions

View File

@@ -6,7 +6,7 @@ on:
issue_comment:
types: [created]
pull_request:
types: [closed]
types: [opened, labeled, unlabeled, closed]
jobs:
backport: