Created
May 14, 2018 21:27
-
-
Save BlakeWilliams/26a4196c5716527a4b50eab9ae52cd98 to your computer and use it in GitHub Desktop.
This file contains 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
- run: echo 'export PRONTO_PULL_REQUEST_ID=$CIRCLE_PR_NUMBER' >> $BASH_ENV | |
- run: if [ $PRONTO_PULL_REQUEST_ID != false ]; then pronto run -f github_pr_review -c origin/master; fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment