Skip to content

Instantly share code, notes, and snippets.

@jaypeche
Created June 26, 2025 21:11
Show Gist options
  • Save jaypeche/66fcd2f575966a0f949231d2e416e8bd to your computer and use it in GitHub Desktop.
Save jaypeche/66fcd2f575966a0f949231d2e416e8bd to your computer and use it in GitHub Desktop.
#!/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