Skip to content

ci: add automerge dependencies to the next release milestone#240

Merged
zimeg merged 1 commit into
mainfrom
zimeg-ci-automerge-milestone
Oct 8, 2025
Merged

ci: add automerge dependencies to the next release milestone#240
zimeg merged 1 commit into
mainfrom
zimeg-ci-automerge-milestone

Conversation

@zimeg
Copy link
Copy Markdown
Member

@zimeg zimeg commented Oct 8, 2025

Summary

This PR follows up on #239 to also add automerge dependencies to the "Next Release" milestone for release notes 📚 ✨

Requirements

@zimeg zimeg added this to the Next Release milestone Oct 8, 2025
@zimeg zimeg self-assigned this Oct 8, 2025
@zimeg zimeg requested a review from a team as a code owner October 8, 2025 22:31
@zimeg zimeg added code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment build M-T: Changes to compilation and CI processes labels Oct 8, 2025
@zimeg zimeg enabled auto-merge (squash) October 8, 2025 22:31
Copy link
Copy Markdown
Member

@mwbrooks mwbrooks left a comment

Choose a reason for hiding this comment

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

✅ Great idea!

github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Milestone
if: steps.metadata.outputs.update-type == 'version-update:semver-patch' || steps.metadata.outputs.update-type == 'version-update:semver-minor'
run: gh pr edit --milestone "Next Release" "$PR_URL"
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.

praise: Oooh, it's nice that we can use the GH CLI to specify the Milestone name!

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.

@mwbrooks I thought the exact same! It's nice that we use a consistent name for the next release and I'm wondering if we can mirror this elsewhere for later changes...

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.

Good point, if this works well, then we can revisit the Bolt / SDK milestone organization to keep it consistent everywhere and make automation easier.

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 62.98%. Comparing base (577c052) to head (5a2627d).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #240      +/-   ##
==========================================
- Coverage   63.00%   62.98%   -0.03%     
==========================================
  Files         212      212              
  Lines       21857    21857              
==========================================
- Hits        13772    13766       -6     
- Misses       7020     7024       +4     
- Partials     1065     1067       +2     

☔ View full report in Codecov by Sentry.
📢 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.

@zimeg zimeg disabled auto-merge October 8, 2025 22:33
@zimeg zimeg enabled auto-merge (squash) October 8, 2025 22:34
@zimeg zimeg merged commit 296979c into main Oct 8, 2025
6 checks passed
@zimeg zimeg deleted the zimeg-ci-automerge-milestone branch October 8, 2025 22:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build M-T: Changes to compilation and CI processes code health M-T: Test improvements and anything that improves code health semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants