Skip to content

Dispatch CI for the changesets release PR - #57

Open
devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789150498-dispatch-ci-for-bot-prs
Open

devin-ai-integration[bot] wants to merge 1 commit into
mainfrom
devin/1789150498-dispatch-ci-for-bot-prs

Conversation

@devin-ai-integration

Copy link
Copy Markdown

Summary

changesets/action pushes changeset-release/main with the default GITHUB_TOKEN, and GitHub doesn't fire push events for those pushes, so release PRs (e.g. #53) merge with zero checks. workflow_dispatch is exempt from that rule, so release.yml now dispatches test.yml on the release branch right after changesets runs:

- if: steps.changesets.outputs.pullRequestNumber != ''
  run: gh workflow run test.yml --ref changeset-release/main

test.yml gains workflow_dispatch, and release.yml gains actions: write so it can dispatch.

Test plan

  • Next release PR shows a Test check on its head commit

Link to Devin session: https://app.devin.ai/sessions/36d7cf5b15504c70b8845cb26b472086
Open in Devin Desktop: https://app.devin.ai/desktop/session/36d7cf5b15504c70b8845cb26b472086?variant=devin
Requested by: @potluck

Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@devin-ai-integration

Copy link
Copy Markdown
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@changeset-bot

changeset-bot Bot commented Sep 11, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 999f7bf

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

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