Created
June 26, 2025 21:11
-
-
Save jaypeche/66fcd2f575966a0f949231d2e416e8bd 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
#!/usr/bin/env bash | |
echo "Pull request @[email protected] ..." | |
gh pr create --project pingwho-overlay --assignee "@me" --title "Gentoo Linux pingwho-overlay" --body "Pull request for pingwho-overlay" --reviewer jaypeche || exit 1 | |
echo "Done" && exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment