docs: add deprecation notices for rebase on fork PRs with bot_account#10817
Conversation
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 👀 Review RequirementsWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
There was a problem hiding this comment.
Pull request overview
Adds deprecation notices across the documentation for the upcoming removal (July 1, 2026) of the git-based rebase path for fork PRs when using bot impersonation, and points users to supported alternatives (update action/command, or merge-based updates in merge queue contexts).
Changes:
- Add caution callouts to rebase workflow docs recommending
updatefor fork PRs. - Add cautions/notes to merge queue docs warning about
update_bot_account+ rebase behavior for fork PRs and recommendingupdate_method: merge. - Add a caution to the rebase command docs recommending the
updatecommand for fork PRs.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/content/docs/workflow/rebase.mdx | Adds a deprecation caution and links to update alternatives for fork PRs. |
| src/content/docs/workflow/actions/rebase.mdx | Adds a caution about bot_account + rebase action no longer supporting fork PRs after the deprecation date. |
| src/content/docs/merge-queue/parallel-checks.mdx | Adds a caution about update_bot_account with rebase-style updates for fork PRs and suggests switching to update_method: merge. |
| src/content/docs/merge-queue/merge-strategies.mdx | Adds a caution/note about fork PR support ending for rebase updates with update_bot_account, with cross-reference to migration guidance. |
| src/content/docs/commands/rebase.mdx | Adds a deprecation caution and recommends the update command for fork PRs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
2eb69d1 to
ceb480b
Compare
The git-based rebase code path for fork PRs with bot account impersonation will be removed on July 1, 2026. Add caution/note callouts to affected documentation pages: - rebase action: recommend switching to the update action - rebase command: recommend switching to the update command - merge queue parallel checks: warn about update_bot_account + rebase - merge strategies: warn about update_method=rebase on fork PRs Relates to Mergifyio/engine#27909 and Mergifyio/engine#27959. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Change-Id: I6e2d84df762c895f12980f38ad1cfbe09fb4da41 Claude-Session-Id: e4bb0e02-cc73-49e4-b143-e666f0a6f5f8
ceb480b to
ee0873d
Compare
Merge Queue Status
This pull request spent 3 minutes 30 seconds in the queue, including 2 minutes 48 seconds running CI. Required conditions to merge
|
The git-based rebase code path for fork PRs with bot account
impersonation will be removed on July 1, 2026. Add caution/note
callouts to affected documentation pages:
Relates to Mergifyio/engine#27909 and Mergifyio/engine#27959.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com