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