chore: open changeset release pull requests as draft#2629
Conversation
|
Use the `prDraft: create` option from changesets/action to open version PRs in draft mode, requiring explicit approval before merging. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
475e42e to
def067d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2629 +/- ##
=======================================
Coverage 88.90% 88.90%
=======================================
Files 63 63
Lines 10256 10256
Branches 452 452
=======================================
Hits 9118 9118
Misses 1117 1117
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
📣 For #2628! |
WilliamBergamin
left a comment
There was a problem hiding this comment.
please please please please
|
@WilliamBergamin Consider it done! Thanks for the review! And thanks @mwbrooks too 🐢 ✨ |
Summary
Open changeset release PRs as drafts using the
prDraft: createoption from changesets/action. This prevents version PRs from being accidentally merged before they're reviewed.Reference: https://github.com/changesets/action/blob/main/CHANGELOG.md#180
Requirements