Nate Smith
719c9579ba
switch to prompter in workflow commands
2023-08-16 15:19:44 -05:00
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
Mislav Marohnić
984cc9f441
Fix tests
2022-09-14 17:05:43 +02:00
vilmibm
41385477c3
fix linting
2022-07-27 14:15:27 -05:00
vilmibm
d5334f4115
Revert "update linter checks"
...
This reverts commit 40ecb8c188 .
2022-07-27 13:30:41 -05:00
vilmibm
40ecb8c188
update linter checks
2022-07-26 16:06:52 -05:00
Håvard Anda Estensen
58cb773e09
Replace ioutil with io and os ( #5498 )
2022-04-26 13:07:44 +02:00
Mislav Marohnić
4fd208fd59
Fix legacy prompt stub that is tripping up the linter
2022-01-17 19:39:12 +01:00
Mislav Marohnić
d0c7c4800a
Merge pull request #5047 from hirasawayuki/workflow-enable-cmd
...
Fix disabled_inactivity workflow can be changed to enable
2022-01-17 15:01:20 +01:00
hirasawayuki
44b9ff5ac5
Add tests to enable a workflow in the disabled_inactivity state
2022-01-16 22:22:08 +09:00
Mislav Marohnić
a33b5a55c4
Have NewAskStubber perform auto-cleanup
2022-01-14 18:52:00 +01:00
Mislav Marohnić
c839d3ba1d
Check for unused ask stubs at the end of the test
2022-01-13 12:23:42 +01:00
Mislav Marohnić
11fbb60ae7
Rename the module to "github.com/cli/cli/v2"
2021-08-25 12:41:30 +02:00
vilmibm
248ee424f2
gh workflow {enable, disable}
2021-03-25 11:35:52 -05:00