Workflow status to be set to vote-type input
Issue-ID: OAM-512
Change-Id: Ic026cf9be5c0173ea1209b91996f1524a081d708
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
comment-only: "true"
+ # neutral, success, skipped, cancelled, timed_out, action_required, failure
+ # TODO: vote-type understands only "success", "failure", "cancelled" and "clear". Hence, the other values need to be somehow mapped
+ # to "vote-type" values.
+ vote-type: ${{ env.WORKFLOW_CONCLUSION }}