Skip to content

feat: automatic dependabot pr changesets#897

Open
kylemcd wants to merge 3 commits intomainfrom
kyle-kno-11961-automate-changeset-for-dependabot-dependencies
Open

feat: automatic dependabot pr changesets#897
kylemcd wants to merge 3 commits intomainfrom
kyle-kno-11961-automate-changeset-for-dependabot-dependencies

Conversation

@kylemcd
Copy link
Member

@kylemcd kylemcd commented Mar 10, 2026

Description

Adds a github actions workflow that will automatically create a changest for any dependabot PRs that update an end package dependency.

@linear
Copy link

linear bot commented Mar 10, 2026

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
javascript-ms-teams-connect-example Ready Ready Preview, Comment Mar 10, 2026 6:25pm
javascript-nextjs-example Ready Ready Preview, Comment Mar 10, 2026 6:25pm
javascript-slack-connect-example Ready Ready Preview, Comment Mar 10, 2026 6:25pm
javascript-slack-kit-example Ready Ready Preview, Comment Mar 10, 2026 6:25pm

Request Review

@changeset-bot
Copy link

changeset-bot bot commented Mar 10, 2026

⚠️ No Changeset found

Latest commit: f8b72e3

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

Copy link
Member Author

kylemcd commented Mar 10, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.


on:
pull_request_target:
types: [opened]
Copy link

Choose a reason for hiding this comment

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

Workflow only triggers on open, not rebase

High Severity

The pull_request_target trigger only includes types: [opened], but dependabot commonly rebases PRs by force-pushing, which removes the previously committed changeset. Since synchronize isn't in the types list, the workflow won't re-run after a rebase, leaving the PR without a changeset. The script already handles the "changeset already exists" case via fs.existsSync, so adding synchronize would be safe — it would only recreate the changeset when it was lost.

Fix in Cursor Fix in Web

Copy link
Member Author

Choose a reason for hiding this comment

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

this is by design

@codecov
Copy link

codecov bot commented Mar 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.15%. Comparing base (46c5920) to head (f8b72e3).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #897      +/-   ##
==========================================
+ Coverage   64.96%   65.15%   +0.18%     
==========================================
  Files         207      207              
  Lines        9626     9593      -33     
  Branches     1250     1250              
==========================================
- Hits         6254     6250       -4     
+ Misses       3351     3318      -33     
- Partials       21       25       +4     

see 11 files with indirect coverage changes

@kylemcd kylemcd marked this pull request as ready for review March 10, 2026 18:46
@kylemcd kylemcd requested review from a team, MikeCarbone, andy-knock, cjbell and meryldakin and removed request for a team March 10, 2026 18:47
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.

1 participant