Skip to content

ci: add release-after-merge workflow #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2025

Conversation

jaredallard
Copy link
Member

@jaredallard jaredallard commented Apr 3, 2025

Allows easy chaining of releasing post merge of a PR.

Copy link

cloudflare-workers-and-pages bot commented Apr 3, 2025

Deploying stencil with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8405c05
Status: ✅  Deploy successful!
Preview URL: https://f4e54282.stencil-1wj.pages.dev
Branch Preview URL: https://jaredallard-ci-release-after.stencil-1wj.pages.dev

View logs

Allows easy chaining of releasing post merge of a PR.
@jaredallard jaredallard force-pushed the jaredallard/ci/release-after-merge-workflow branch from 38c90d7 to 8405c05 Compare April 3, 2025 01:35
@jaredallard jaredallard changed the title jaredallard/ci/release after merge workflow ci: add release-after-merge workflow Apr 3, 2025
@jaredallard jaredallard requested a review from Copilot April 3, 2025 01:35
Copy link

@Copilot Copilot AI left a comment

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 introduces a new GitHub Actions workflow to trigger a release when a pull request is merged into the main branch and has the "release-after-merge" label.

  • Adds a workflow that listens to pull request closed events on the main branch.
  • Uses a conditional check in the job to verify the PR has been merged and labeled appropriately before dispatching the release workflow.

@jaredallard jaredallard added the release-after-merge When added to a PR, will automatically trigger a release after its merged label Apr 3, 2025
Copy link

codecov bot commented Apr 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@jaredallard jaredallard merged commit ed1edda into main Apr 3, 2025
5 checks passed
@jaredallard jaredallard deleted the jaredallard/ci/release-after-merge-workflow branch April 3, 2025 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-after-merge When added to a PR, will automatically trigger a release after its merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant