-
Notifications
You must be signed in to change notification settings - Fork 16
[$80] Processing order #24
Comments
@jmgasper I think its not possible. as github send separate webhook for assignement. One thing we can do is remove the challenge assignment during issue create and only handle during assignement event, and we could push assignement event on retry event for this case(challenge not found without showing error here and showing comment only after retry count has exceded). Can you please bring some suggestion here how it can be implemented? |
Ok - let's remove the challenge assignment during issue create. That will better match the Github flow - we just have to make sure it also works for Gitlab. |
Bumped the payment for the extra work. |
@jmgasper fixed |
If a user creates a ticket with an assignee, it seems like now we handle two separate events - one for the created event and one for assigning the user.
This caused a problem in my testing because the assignee event was processed first, before there was a challenge to assign to, and then the assignee was processed twice.
If we can handle this case and do the creation with the assignee as part of the challenge creation request, that would be preferable.
The text was updated successfully, but these errors were encountered: