Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/qwen-autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2111,6 +2111,10 @@ jobs:
exit 0
fi
git checkout -B "${BRANCH}" FETCH_HEAD
# Create the remote-tracking ref so the verification gate's
# `git diff --quiet "origin/${BRANCH}...${BRANCH}"` works for
# fork PRs the same way it does for same-repo branches.
git update-ref "refs/remotes/origin/${BRANCH}" "${BRANCH}"
# Allow-edits pushes ride the classic-PAT grant — GITHUB_TOKEN
# and fine-grained PATs are documented as NOT receiving it.
# Prove push access NOW, before an agent round is spent, instead
Expand Down
Loading