Created
March 13, 2026 07:39
-
-
Save junhoyeo/69759e71321d953250521b03bdc3847d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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