Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

Created December 4, 2022 18:56
Show Gist options
  • Select an option

  • Save KyMidd/a2ec36f1fcfaf5bd12c070f79217cc26 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/a2ec36f1fcfaf5bd12c070f79217cc26 to your computer and use it in GitHub Desktop.
# State search params
echo "#######"
echo "# Searching org $GH_ORG for PRs with title \"$PR_TITLE\""
echo "# If any are found, their URLs will be printed below"
echo "# These URLs can be used to interact with them, e.g.:"
echo "# (example) gh pr close https://github.com/YourOrgName/RepoName/pull/1234"
echo "#######"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment