Klimaat-Helpdesk / website

Code behind https://www.klimaathelpdesk.org/
GNU General Public License v3.0
5 stars 5 forks source link

helpdesk bot labeling new issues #44

Open SanliFaez opened 3 years ago

SanliFaez commented 3 years ago

the bot uses answer in progress label. it is best if the bot can add "editor needed" and "reformulate" instead. it saves quite some time.

aquilesC commented 3 years ago

This can be tuned in here:

https://github.com/Klimaat-Helpdesk/website/blob/3b9aff4806c0a89e0184e7d4e867deabb72b4c21/klimaat_helpdesk/core/models.py#L50

The entire flow is quite transparent, so if there's anything else to update, that's the place to take a look at

SanliFaez commented 3 years ago

clear! will have a look at it.