WIP: Jg refinement bot actions
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: jasongornall
Explanation:
the Github action yaml is what triggeres the initial flow (will be catching labels and opened issues) Currently set as a workflow so I can test it. This action will either grab a random recent issue missing an estimate / needs a priority or catch new stuff coming in. Currently only set to workflow
SendMessage is the core fire and forget flow that sends the message into a respective channel (example).
The Actions folder is responsible for responses from the slack refinement bot. This operates as a separate independent app with it's own deployment mechanism. Selecting Priority and Selecting Estimate hit the respective callbacks
I'd like to iterate a bit on this and try this out with a manual workflow.. if I'm happy phase 2 I'll put it on auto pilot. I'm currently proxying through my local computer and it seems to be working well
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.