diff --git a/.github/release-pr-body.md b/.github/release-pr-body.md new file mode 100644 index 0000000..57f6bf4 --- /dev/null +++ b/.github/release-pr-body.md @@ -0,0 +1,14 @@ + + +The full set of E2E test suites for this provider runs automatically on this release PR. + +/run cluster-test-suites diff --git a/CHANGELOG.md b/CHANGELOG.md index ec114fe..7ff7328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- CI: Run the full set of E2E test suites automatically on release PRs, via `.github/release-pr-body.md`. Towards https://github.com/giantswarm/roadmap/issues/4334 + ## [3.0.0] - 2026-08-05 ### Changed