-
-
Save KyMidd/604db31e6d340d4c4d86183f6d0495b5 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
| # 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