Skip to content

Add workflow_dispatch trigger to release_canary.yml #6313

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
Jul 10, 2025

Conversation

joshblack
Copy link
Member

Add workflow_dispatch to our canary release workflow. This should make it easier to test releases on PRs from forks or if we want to manually run this workflow against a specific branch.

@Copilot Copilot AI review requested due to automatic review settings July 10, 2025 15:28
@joshblack joshblack requested a review from a team as a code owner July 10, 2025 15:28
@joshblack joshblack requested a review from pksjce July 10, 2025 15:28
Copy link

changeset-bot bot commented Jul 10, 2025

⚠️ No Changeset found

Latest commit: 811a037

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

@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 adds manual trigger capability to the canary release workflow by including the workflow_dispatch trigger. This enhancement allows the workflow to be manually executed from the GitHub Actions interface, complementing the existing automatic triggers on push to specific branches.

  • Adds workflow_dispatch trigger to enable manual execution of the canary release workflow
  • Maintains all existing automatic triggers (push to main, next-major, and changeset-release branches)
  • Improves testing flexibility for releases on PRs from forks and manual workflow execution

@github-actions github-actions bot added the staff Author is a staff member label Jul 10, 2025
@joshblack joshblack added the skip changeset This change does not need a changelog label Jul 10, 2025
@joshblack joshblack enabled auto-merge July 10, 2025 15:29
Copy link
Contributor

size-limit report 📦

Path Size
packages/react/dist/browser.esm.js 92.01 KB (0%)
packages/react/dist/browser.umd.js 92.29 KB (0%)

@joshblack joshblack added this pull request to the merge queue Jul 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jul 10, 2025
@joshblack joshblack added this pull request to the merge queue Jul 10, 2025
Merged via the queue into main with commit 67c1588 Jul 10, 2025
49 of 50 checks passed
@joshblack joshblack deleted the joshblack-patch-5 branch July 10, 2025 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changeset This change does not need a changelog staff Author is a staff member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants