gitstrap icon indicating copy to clipboard operation
gitstrap copied to clipboard

GIthub workflows resource

Open g4s8 opened this issue 4 years ago • 2 comments

Investigate how to design workflow resources and implement it. Parent #46

g4s8 avatar Mar 24 '21 17:03 g4s8

@g4s8 Github does not provide public API methods to create/edit workflows. According to API documentation, available methods are: list workflows, get workflow, enable/disable workflow, create dispatch event, get workflow usage info. Therefore implementing workflows manage commands does not seem very useful.

orlovm avatar May 17 '21 10:05 orlovm

@OrlovM ok, let me check this issue. I think we can configure workflows by applying user's templates to generate workflow-configuration files and upload it via API (similar to readme spec)

g4s8 avatar May 20 '21 05:05 g4s8