Skip to content

Commit a24ac27

Browse files
committed
Also handle convert to/from draft in PR tracking
Because it can change the PR state in the workqueue.
1 parent 4a9b71f commit a24ac27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/handlers/pr_tracking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ pub(super) async fn parse_input(
8282
})),
8383
// We don't need to handle Opened explicitly, because that will trigger the Assigned event
8484
IssuesAction::Reopened
85+
| IssuesAction::ReadyForReview
86+
| IssuesAction::ConvertedToDraft
8587
| IssuesAction::Closed
8688
| IssuesAction::Deleted
8789
| IssuesAction::Transferred

0 commit comments

Comments
 (0)