Skip to content

Instantly share code, notes, and snippets.

@junhoyeo
Created March 13, 2026 07:39
Show Gist options
  • Select an option

  • Save junhoyeo/69759e71321d953250521b03bdc3847d to your computer and use it in GitHub Desktop.

Select an option

Save junhoyeo/69759e71321d953250521b03bdc3847d to your computer and use it in GitHub Desktop.
#!/bin/bash
# PR #819 - Approve and merge tmux fix for oh-my-codex
# Run: curl -sL <gist_url>/raw | bash
set -e
echo "πŸ” Checking PR #819 status..."
gh pr view 819 --repo Yeachan-Heo/oh-my-codex --json state,mergeStateStatus
echo ""
echo "βœ… Approving PR #819..."
gh pr review 819 --repo Yeachan-Heo/oh-my-codex --approve -b "LGTM - fixes critical tmux global state corruption bug reported by real users"
echo ""
echo "πŸ”€ Merging PR #819..."
gh pr merge 819 --repo Yeachan-Heo/oh-my-codex --merge
echo ""
echo "πŸŽ‰ Done! PR #819 merged."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment