fix(autopatch): Updated action 3's find/replace strings in patch-git.lua to match the refactored git log command that now uses a `git_lo #3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "agent-fix/a10s-20260811-100152"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated fix by autopatch agent.
Summary: Updated action 3's find/replace strings in patch-git.lua to match the refactored git log command that now uses a
git_log_format_optionsvariable.Root cause
The upstream
patch-git.luawas refactored between the working version and the currentc10sbranch:findtargeted the old literal string, which no longer exists in the file, causingActionNotAppliedError.The fix updates action 3's
findto target the new two-line pattern ('log --raw ' .. git_log_format_options/.. ' > ' .. git_log_file)) and thereplaceto insertlog_branchin the same position as before (.. ' ' .. log_branch .. ' > ' .. git_log_file)), preserving the original intent of restricting the git log to the upstream branch ref.Original error
Type:
ActionNotAppliedErrorPackage:
glibc| Webhook branch:c10s