mirror of
https://github.com/paperclipai/paperclip
synced 2026-03-25 11:21:48 +00:00
The "Enable auto-merge" step runs unconditionally, even when the lockfile didn't change and no PR exists. This causes the workflow to fail with "lockfile PR was not found." Use a step output to gate the auto-merge step so it only runs when a PR was actually created or updated. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>