Fix docs generation CI job after releases - #897
Merged
KyleAMathews merged 1 commit intoNov 24, 2025
Conversation
The docs generation CI job after releases was failing because it tried to immediately merge the PR, but tests need to run first. Now the workflow just creates the PR and lets it go through normal CI checks before manual merge.
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Contributor
|
Size Change: 0 B Total Size: 86.3 kB ℹ️ View Unchanged
|
Contributor
|
Size Change: 0 B Total Size: 3.34 kB ℹ️ View Unchanged
|
kevin-dp
approved these changes
Nov 24, 2025
KyleAMathews
deleted the
claude/fix-docs-ci-release-012jvA8HrdbCuu9ANwAbQzKD
branch
November 24, 2025 14:42
kevin-dp
pushed a commit
that referenced
this pull request
Nov 25, 2025
fix: remove auto-merge from docs PR in release workflow The docs generation CI job after releases was failing because it tried to immediately merge the PR, but tests need to run first. Now the workflow just creates the PR and lets it go through normal CI checks before manual merge. Co-authored-by: Claude <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The docs generation CI job after releases was failing because it tried to immediately merge the PR, but tests need to run first. Now the workflow just creates the PR and lets it go through normal CI checks before manual merge.
🎯 Changes
✅ Checklist
pnpm test:pr.🚀 Release Impact