Open nicholasSUSE opened 3 months ago
When making Pull Requests for releasing charts against the release-v2.* branches, 3 Checkpoints must be manually reviewed.
release-v2.*
Example: https://github.com/rancher/charts/pull/4369
Implement all these Checkpoints on GHActions jobs.
The jobs must call Golang code from charts-build-scripts if needed.
Separate the 3 checks into 3 Pull Request, each one is very complex.\
Charts-build-scripts implementation:
PRs on charts side:
Holding this task for now in favor of: https://github.com/rancher/ecm-distro-tools/issues/475
When making Pull Requests for releasing charts against the
release-v2.*
branches, 3 Checkpoints must be manually reviewed.Example: https://github.com/rancher/charts/pull/4369
Task
Implement all these Checkpoints on GHActions jobs.
The jobs must call Golang code from charts-build-scripts if needed.
Separate the 3 checks into 3 Pull Request, each one is very complex.\