Skip to content

Instantly share code, notes, and snippets.

@KyMidd

KyMidd/asdf.sh Secret

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

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

Select an option

Save KyMidd/604db31e6d340d4c4d86183f6d0495b5 to your computer and use it in GitHub Desktop.
# Warn about receiving too many vars
if [ ! -z "$3" ]; then
echo "Receiving too many arguments, you might need to quote your PR title, like this:"
echo "./findAllPrsWithName YourOrgNameHere \"PR title goes here\""
exit 1
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment