You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
As per the discussion in crossplane/crossplane#3219 (comment), it would be good to add automation to our testing workflows so we no longer hard code the release branch and crossplane version. In that PR, we added a manual step to the release process to update our test workflows to use the newest release branch and version. It would be better if this was automated instead.
Some examples in our test workflows where we are hard coding branch and version numbers:
As per the discussion in crossplane/crossplane#3219 (comment), it would be good to add automation to our testing workflows so we no longer hard code the release branch and crossplane version. In that PR, we added a manual step to the release process to update our test workflows to use the newest release branch and version. It would be better if this was automated instead.
Some examples in our test workflows where we are hard coding branch and version numbers:
test/.github/workflows/crossplane-upgrade.yml
Line 21 in 40a60b1
test/.github/workflows/crossplane-upgrade.yml
Line 36 in 40a60b1
test/.github/workflows/provider-upgrade.yml
Line 35 in 40a60b1
There are others too - we should automate all of them.
The text was updated successfully, but these errors were encountered: