Closed danielrbradley closed 1 week ago
I noticed while testing https://github.com/pulumi/ci-mgmt/pull/1143 that the generated PR ignored the repo's configured template and changed it.
--name
{config.repository}
{config.organization}/pulumi-{config.provider}
--template
{config.template}
--config
.ci-mgmt.yaml
--out
.
I noticed while testing https://github.com/pulumi/ci-mgmt/pull/1143 that the generated PR ignored the repo's configured template and changed it.
--name
defaults to{config.repository}
or{config.organization}/pulumi-{config.provider}
--template
defaults to{config.template}
or otherwise "bridged-provider"--config
defaults to.ci-mgmt.yaml
so only specify in the update-workflows job where it's checked out into a different directory--out
defaults to.
so only specify in the update-workflows job where it's checked out into a different directory