We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da3463 commit cb4876aCopy full SHA for cb4876a
agents/backport_agent.py
@@ -197,8 +197,8 @@ def get_instructions() -> str:
197
d. Complete cherry-pick: `cherry_pick_continue` tool
198
3. CRITICAL: Only move to next commit after current one is FULLY COMPLETE
199
4. NEVER try to cherry-pick multiple commits at once
200
- 5. If a commit truly cannot be adapted (very rare), skip it and note why
201
- 6. Do NOT fall back to approach B - keep cherry-picking through all PR commits
+ 5. Do NOT fall back to approach B - keep cherry-picking through all PR commits
+ 6. NEVER skip any commits - all commits must be adapted and cherry-picked
202
203
3g. Generate the final patch file from upstream:
204
- Use `generate_patch_from_commit` tool on <UPSTREAM_REPO>
0 commit comments