175ed1e87cbc8d2208e4080bb1a51af18a70f97d
* fix(plugin-release): handle clean-status PR merge gracefully - Check MERGED state before attempting merge (early exit) - Use mergeableState-based strategy: blocked=auto, others=direct squash - Remove invalid 'pending' mergeable_state value (was dead code) - Document 'unknown' state fallback behavior Rebase of PR #77 to resolve conflicts with main (PR #76) * fix(plugin-release): fix return syntax and handle unknown mergeableState - Replace invalid 'return 0 || true' with 'exit 0' for proper step exit - Add explicit handling for 'unknown' mergeableState with retry logic - QA feedback: PRI-1049 --------- Co-authored-by: Hugh Hackman <hugh@privilegedescalation> Co-authored-by: privilegedescalation-ceo[bot] <269721483+privilegedescalation-ceo[bot]@users.noreply.github.com>
Description
Languages
Shell
100%