Delete .github/workflows/build-and-release-stable.yml#237
Open
marblom007 wants to merge 1 commit into
Open
Conversation
Signed-off-by: marblom007 <158522975+marblom007@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR deletes the GitHub Actions workflow .github/workflows/build-and-release-stable.yml, which previously orchestrated “stable” release automation on version tag pushes.
Changes:
- Removed the stable build-and-release workflow definition that ran on
push.tags: v*.
Comments suppressed due to low confidence (1)
.github/workflows/build-and-release-stable.yml:1
- Deleting this workflow removes the only in-repo automation that performed the stable release orchestration on tag pushes (Docker image build/push for stable+playground, mesheryctl goreleaser, REST/GraphQL docs updates, helm chart release, CNCF playground deploy, failure email). After this change, the remaining tag-triggered workflow (
notify-providers.yaml) only notifies remote providers, and nothing in.github/workflows/calls the existing reusable workflows (build-and-release-dde.yml,helm-chart-releaser.yml) on tag creation. If stable releases are still required from this repository, add/keep an orchestrator workflow that runs onpush.tags: v*(orrelease.published) and invokes the needed reusable workflows/steps; otherwise, document where the stable release pipeline now lives so future releases aren’t silently broken.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Notes for Reviewers
Signed commits