Kaizen Conroy
Kaizen Conroy
@jogold thanks for the POC for asset garbage collection! This RFC is something that we have on our radar for later this year and when the time comes I'd be...
Hi @svyatogor + @mmoulton, thanks for your patience, sorry I wasn't able to get to this sooner. Let me just make sure I have the issue right: the file that...
construct hub fails to display non-typescript documentation for libraries with compressed assemblies
Should be fixed by #959 which adds the necessary jsii-docgen dependency upgrade.
Yes, since Go support is GA then this should be fairly easy to do. Lets see if I can set that up in a bit.
You can currently add job level defaults to any `JobStep` via the `defaults` property: https://github.com/cdklabs/cdk-pipelines-github/blob/ad882b9d2e311c427d3a91a3236c0af5c6999546/src/workflows-model.ts#L90 There is also a `JobSettings` property on the `GitHubWorkflow` construct that can potentially be extended...
Hi @julianiag! This should be possible with the API today. Specifically, the API of `addStage` or `addStageWithGitHubOptions`. Say you want to add pre/post at the stage level. You can do...
@dann-iag, `ShellStep` is taken from the parent module and thus has to be generic. It's definitely possible to create our own `GitHubActionStep` and make a smoother API for users of...
I've repurposed this issue into the new ask of a `GitHubActionStep`. I haven't fully looked into what this entails or if it's truly feasible, but I can see how it...
Hi @julianiag, thanks for the PR, sorry I've been MIA. Will take a look next week.
For reference: https://github.com/cdklabs/cdk-pipelines-github/pull/307#discussion_r957808424