Skip to content

chore: open changeset release PRs as draft#2979

Merged
zimeg merged 2 commits into
mainfrom
chore/draft-release-prs
Jun 17, 2026
Merged

chore: open changeset release PRs as draft#2979
zimeg merged 2 commits into
mainfrom
chore/draft-release-prs

Conversation

@zimeg

@zimeg zimeg commented Jun 17, 2026

Copy link
Copy Markdown
Member

Summary

Open changeset release PRs as drafts using the prDraft: create option 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

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>
@zimeg zimeg requested a review from a team as a code owner June 17, 2026 17:56
@changeset-bot

changeset-bot Bot commented Jun 17, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 3e7d74a

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 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.48%. Comparing base (e1c21d7) to head (3e7d74a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2979   +/-   ##
=======================================
  Coverage   94.48%   94.48%           
=======================================
  Files          45       45           
  Lines        7900     7900           
  Branches      708      708           
=======================================
  Hits         7464     7464           
  Misses        428      428           
  Partials        8        8           

☔ 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.

@mwbrooks mwbrooks left a comment

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.

✅ Thanks @zimeg!

uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1.7.0
with:
commit: "chore: release"
prDraft: create

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.

👌🏻 Thanks!

@zimeg zimeg self-assigned this Jun 17, 2026
@zimeg zimeg added semver:patch release github_actions Pull requests that update GitHub Actions code labels Jun 17, 2026
@zimeg zimeg added this to the @slack/bolt@next milestone Jun 17, 2026
@zimeg

zimeg commented Jun 17, 2026

Copy link
Copy Markdown
Member Author

@mwbrooks I share celebrations! Thanks for marking #2978 as draft in meantime 🌞 ✨

@zimeg zimeg merged commit 3ea6f93 into main Jun 17, 2026
30 checks passed
@zimeg zimeg deleted the chore/draft-release-prs branch June 17, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code release semver:patch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants