-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Peril can post twice in quick succession #371
Comments
Yep: Making a PR and assigning someone before hitting publish opens the PR as two events, so two webhooks come in at the same time. I wonder if I can debounce the pull request events? |
I had a think about this last night, perhaps I can make a plugin which surpasses the assigned issue if the assigned date is the same as the issue created date |
Three times, in theory, |
That review requested is per person too, so it's effectively a lot of dupes. |
I think it might be better to switch "pull_request" to act like how withspectrum's being doing it. e.g. |
I wonder if this is lots of PR events at the same time: artsy/README#32
The text was updated successfully, but these errors were encountered: