Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

delay and then sort webhook events #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

philschatz
Copy link
Owner

Webhook events do not always fire in order. For example, if an Issue is created with labels and assignees then the events might occur in this order:

  1. issues.assigned
  2. issues.opened
  3. labels.added

A Card is only created during the issues.opened event. This adds a delay to collect and sort the events before reacting to them.

@philschatz philschatz temporarily deployed to probot-project April 11, 2018 06:28 Inactive
@Carbonhell
Copy link

Hey, I just started to use this bot and I have the problem this PR resolves (I think). Can this be merged please? Thank you.

@exoego
Copy link

exoego commented May 7, 2020

@philschatz
Thanks for creating this awesome bot.

It would be great if this feature is implemented in project-bot.
I think this feature let us automatically move cards to specific column based on some criteria (label, for example).

Are you still working on this project ?
If you need financial help, my company would consider donation via OpenCollective or similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants