OCA / oca-github-bot

The GitHub Bot of the Odoo Community Association (OCA)
MIT License
42 stars 61 forks source link

set "bot is merging label" in webhook instead of task #114

Open sbidoul opened 4 years ago

sbidoul commented 4 years ago

In order to give immediate feedback that the command has been taken into account, we could set the "bot is merging" label in the webhook handler in addition to the enqueued task.

sbidoul commented 4 years ago

Alternatively use a lower priority for scheduled tasks, so interactive tasks are processed first.