Skip to content

Commit 70372e7

Browse files
KyleAMathewsclaude
authored andcommitted
Fix docs generation CI job after releases (#897)
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>
1 parent c46a51e commit 70372e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ jobs:
6262
--body "Automated documentation update from release" \
6363
--base main \
6464
--head "$BRANCH"
65-
66-
gh pr merge "$BRANCH" --auto --squash
6765
else
6866
echo "No changes in generated docs"
6967
fi

0 commit comments

Comments
 (0)