Skip to content

Delete .github/workflows/build-and-release-stable.yml#237

Open
marblom007 wants to merge 1 commit into
masterfrom
marblom007-patch-2
Open

Delete .github/workflows/build-and-release-stable.yml#237
marblom007 wants to merge 1 commit into
masterfrom
marblom007-patch-2

Conversation

@marblom007

Copy link
Copy Markdown
Member

Notes for Reviewers

  • This PR fixes #

Signed commits

  • Yes, I signed my commits.

Signed-off-by: marblom007 <158522975+marblom007@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 7, 2026 01:02
@github-actions github-actions Bot added the area/ci Continuous integration | Build and release label Jul 7, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 on push.tags: v* (or release.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/ci Continuous integration | Build and release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants