Setup backport workflow and sync next setup#2057
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
| branches: | ||
| - main | ||
| - next | ||
| - "maintenance/v[0-9]+" |
There was a problem hiding this comment.
I found that you can make the glob stricter like this, which is also used in vite
There was a problem hiding this comment.
🤪
| - "maintenance/v[0-9]+" | |
| - "maintenance/v[1-9][0-9]*" |
There was a problem hiding this comment.
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)
Syncs the workflow setup from next (e.g. moves zizmor to ci.yml), and setup the backport branch (v2) to run later.