cli/pkg/cmd/workflow/enable
Isaac Shalom f1be4dc51c
Fix looking up workflow name for workflow runs (#6266)
The API field `WorkflowRun.name` is not guaranteed to correspond to the workflow name anymore. This introduces additional API lookups that resolve Workflows by their ID and look up their name in a future-proof fashion.

It also adds two new JSON fields for export: `displayTitle` and `workflowName`.

Co-authored-by: Christina Guo <61271066+guo-chris@users.noreply.github.com>
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-09-21 20:41:19 +02:00
..
enable.go Add disabled_inactivity state 2022-01-16 12:40:55 +09:00
enable_test.go Fix looking up workflow name for workflow runs (#6266) 2022-09-21 20:41:19 +02:00