cautious-journey is a state machine for creating workflows out of Github/Gitlab labels.
Each time cautious-journey is run against a project, it searches the recently-updated issues for workflow-related labels. Depending on the labels found, it can close or re-open the issue, assign the issue to someone, or replace the current labels with the next workflow state.
It can also emulate label groups in tools that don’t support them, like Github and Gitlab CE.
Status
cautious-journey should be considered a beta release and should be deployed with care. It seems to work correctly, there are tests in place for core functionality, and most of the initial features have been implemented. There are a few other things I would like to add and cannot guarantee the API is stable yet.
Example
In this example, the next
label causes the current status/
to be removed and the next status/
in the workflow
graph to be added. Possible status/
labels here include new
, confirmed
, planned
, progress
, and done
.