pulumi / upgrade-provider

A tool to automate provider upgrades on your local machine
7 stars 1 forks source link

Remove --create-failure-issue #208

Closed iwahbe closed 12 months ago

iwahbe commented 12 months ago

This flag is not reliable, since it relies on upgrade-provider passing the pre-check, not panicking during execution and then successfully creating a GH issue. A known failure path for GitHub Actions is OOM on the runner, which exits before this can run. Because of this common failure case, we don't use this flag in any of our providers.

Instead of a flag like this, we would recommend monitoring actions from outside the VM running the action.