Summary
The claude-plugins repo's auto-resolve-conflicts.yml has custom logic to detect and close stale release-please--branches--* PRs that the reusable version lacks. This prevents migrating to the reusable workflow.
Missing feature
When checking for conflicting PRs, also detect stale release-please PRs (pattern: release-please--branches--*) and close them instead of attempting conflict resolution, since release-please will recreate them automatically.
Context
This logic exists in the local claude-plugins workflow and should be added as an optional behavior (e.g., close_stale_release_please: true input) in the reusable version.
Summary
The
claude-pluginsrepo'sauto-resolve-conflicts.ymlhas custom logic to detect and close stalerelease-please--branches--*PRs that the reusable version lacks. This prevents migrating to the reusable workflow.Missing feature
When checking for conflicting PRs, also detect stale release-please PRs (pattern:
release-please--branches--*) and close them instead of attempting conflict resolution, since release-please will recreate them automatically.Context
This logic exists in the local
claude-pluginsworkflow and should be added as an optional behavior (e.g.,close_stale_release_please: trueinput) in the reusable version.