Skip to content

Commit 1aaf095

Browse files
committed
fix(ci): handle draft PR conversions in pr-vouch
1 parent 412331a commit 1aaf095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-vouch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: PR Vouch
22

33
on:
44
pull_request_target:
5-
types: [opened, reopened, synchronize, ready_for_review]
5+
types: [opened, reopened, synchronize, ready_for_review, converted_to_draft]
66
issue_comment:
77
types: [created]
88
push:

0 commit comments

Comments
 (0)