You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently assignees are not added when a draft PR is marked ready for review, only when it is opened as ready right away.
Describe the solution you'd like
I'd expect assignees to be added once the draft PR is marked ready for review.
Additional context
I noticed that #105 introduced behavior intended to add assignees only once marked as ready, but apparently this does not work as expected. It added the following hook:
If I understand the (quite sparse) documentation correctly, this hook/event does not apply when a draft PR is marked as ready for review but only when a non-draft PR is created, so the handler will not be called a second time.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently assignees are not added when a draft PR is marked ready for review, only when it is opened as ready right away.
Describe the solution you'd like
I'd expect assignees to be added once the draft PR is marked ready for review.
Additional context
I noticed that #105 introduced behavior intended to add assignees only once marked as ready, but apparently this does not work as expected. It added the following hook:
auto-assign/src/index.ts
Line 6 in 71d1a9c
If I understand the (quite sparse) documentation correctly, this hook/event does not apply when a draft PR is marked as ready for review but only when a non-draft PR is created, so the handler will not be called a second time.
The text was updated successfully, but these errors were encountered: