Skip to content

WIP: Jg refinement bot actions

Administrator requested to merge jg_refinement_bot_actions into main

Created by: jasongornall

Explanation

Explanation:

  1. 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

  2. SendMessage is the core fire and forget flow that sends the message into a respective channel (example).

  3. 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

Test Plan

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

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading