Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add workflow template for cron job checking for upstream upgrades (#736)
This PR adds a workflow that runs once a day on a schedule and plans to use the changes in pulumi/upgrade-provider#207 to poll upstream for upgrades, resulting in the creation of a "Upgrade terraform-provider-foo to vx.y.z" issue. To assist during feature rollout, this PR targets 10 Tier 2 providers (incidentally these are all from a single Zapier handler that we plan to disable for careful rollout) to receive these new upgrade workflows. To look at a few example trials of this Workflow, [follow the links in this comment](#724 (comment)) Part of #724.
- Loading branch information