mirror of
https://github.com/huggingface/diffusers.git
synced 2026-06-02 00:01:34 +08:00
* [CI] claude_review: target source PR's branch for follow-up PRs The follow-up PR was always cut from main, so once main moved on from the PR's base the cherry-pick conflicted and the run failed (see run 26191835696). For non-fork PRs we now target the PR's own head branch instead — Claude's edits apply cleanly regardless of how main has diverged, and merging the follow-up folds them into the original PR. Fork PRs still target the default branch since we can't push to a fork. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * [CI] claude_review: skip COMMIT THIS on fork PRs Falling back to main as the base for fork PRs hits the same cherry-pick conflict pattern the previous commit fixed for source PRs, and we can't push to the fork's branch anyway. Bail early with a friendly comment pointing users to apply Claude's suggestions manually or open an issue. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>