-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
ci(changesets): disable auto-merging #9918
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
tanstack/config comment-on-release GitHub action documentation
<web_search_result>
Short answer — TanStack Config doesn't include a built-in "comment-on-release" GitHub Action. Use a community action in your workflow (examples below) and configure it to run on release events.
References and options:
Example (conceptual):
If you want, I can: 1) show a ready-to-use workflow YAML using remix-run/release-comment-action for TanStack Config monorepo layout, or 2) search the TanStack/config repo for an exact example workflow and paste it. Which do you prefer?
Sources:
[1] TanStack Config docs/repo.
[2] remix-run / release-comment-action (Marketplace/README).
[3] marocchino / sticky-pull-request-comment (README).
</web_search_result>
Script executed:
Repository: TanStack/query
<shell_result>
Repository: TanStack/query
Exit code: 0
stdout:
</shell_result>
Script executed:
Repository: TanStack/query
<shell_result>
Repository: TanStack/query
Exit code: 0
stdout:
</shell_result>
site:github.com tanstack/config .github/actions comment-on-release
<web_search_result>
I searched for "site:github.com tanstack/config .github/actions comment-on-release". I found the TanStack/config repository but no matching .github/actions/comment-on-release path; and a separate community "release-comment-action" action (used by other projects). Sources: TanStack/config repo [1], release-comment-action (third‑party) [2].
Sources:
[1] https://github.com/TanStack/config
[2] https://github.com/remix-run/release-comment-action
</web_search_result>
changesets action publishedPackages output format
<web_search_result>
The changesets/action output publishedPackages is a JSON array of objects with each object containing "name" and "version". Example:
[{"name":"@scope/pkg-a","version":"1.2.0"},{"name":"pkg-b","version":"0.8.9"}]. [1][2]
</web_search_result>
site:github.com tanstack/config .github/setup
<web_search_result>
I found the TanStack/config repository on GitHub and its .github directory (where setup workflows or files would live). See TanStack/config and the .github folder. [1][2]
Sources:
[1] https://github.com/TanStack/config
[2] https://github.com/TanStack/config/tree/main/.github
</web_search_result>
Script executed:
Repository: TanStack/query
<shell_result>
Repository: TanStack/query
Exit code: 0
stdout:
</shell_result>
The referenced action
tanstack/config/.github/comment-on-release@maindoes not exist and will cause workflow failure.Web searches confirm that TanStack Config does not provide a built-in
comment-on-releaseaction. While the repository exists and contains.githubworkflows, this specific action is not available. The workflow will fail when attempting to run this step because GitHub will be unable to resolve the action reference.tanstack/config/.github/comment-on-release@mainis not found in the TanStack Config repositorypublishedPackagesfrom the changesets action outputs a JSON array formatpull-requests: writeis already configuredConsider using a community action like
remix-run/release-comment-actionormarocchino/sticky-pull-request-commentinstead, or verify if this custom action should be implemented in the TanStack Config repository.🤖 Prompt for AI Agents