Required labels for pulumi/upgrade-provider to work correctly #228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I'm testing the automatic generation of workflows by pulumi/ci-mgmt in two of my providers:
acme
andmatchbox
.The workflows related to upgrading the Pulumi provider with new versions of the Terraform bridge or the upstream TF provider use the pulumi/upgrade-provider tool. This tool requires some issue/PR labels to exist. Label definitions match the ones used by Pulumi Corp as close as possible.
Without these labels, some workflows will error, for instance like this:
https://github.com/pulumiverse/pulumi-matchbox/actions/runs/11237730217/job/31240815044
I added these required labels in the setup of these 2 test providers.
NOTE: It's possible Pulumi will complain some of these labels already exist. Please either import the labels into the Pulumi state, or remove these labels from the repo and re-apply this PR.