Skip to content

Setup backport workflow and sync next setup#2057

Merged
bluwy merged 3 commits into
mainfrom
setup-backport-workflow
Jun 7, 2026
Merged

Setup backport workflow and sync next setup#2057
bluwy merged 3 commits into
mainfrom
setup-backport-workflow

Conversation

@bluwy

@bluwy bluwy commented Jun 6, 2026

Copy link
Copy Markdown
Member

Syncs the workflow setup from next (e.g. moves zizmor to ci.yml), and setup the backport branch (v2) to run later.

@changeset-bot

changeset-bot Bot commented Jun 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 7e3413d

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

@codecov

codecov Bot commented Jun 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 83.85%. Comparing base (18e1661) to head (7e3413d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2057   +/-   ##
=======================================
  Coverage   83.85%   83.85%           
=======================================
  Files          56       56           
  Lines        2465     2465           
  Branches      748      748           
=======================================
  Hits         2067     2067           
  Misses        392      392           
  Partials        6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/publish.yml Outdated
Comment thread .github/workflows/ci.yml
branches:
- main
- next
- "maintenance/v[0-9]+"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I found that you can make the glob stricter like this, which is also used in vite

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

🤪

Suggested change
- "maintenance/v[0-9]+"
- "maintenance/v[1-9][0-9]*"

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Hmm, in some world maybe someone would want to backport to a v0 version 😄 I think I slightly prefer the shorter version now purely because it's less ugly (not that it was pretty to begin with), but if you prefer the more explicit syntax I'm ok-ish too (can send a followup PR)

@bluwy
bluwy added this pull request to the merge queue Jun 7, 2026
Merged via the queue into main with commit c70c675 Jun 7, 2026
9 checks passed
@bluwy
bluwy deleted the setup-backport-workflow branch June 7, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants