Skip to content

Instantly share code, notes, and snippets.

@BlakeWilliams
Created May 14, 2018 21:27
Show Gist options
  • Save BlakeWilliams/26a4196c5716527a4b50eab9ae52cd98 to your computer and use it in GitHub Desktop.
Save BlakeWilliams/26a4196c5716527a4b50eab9ae52cd98 to your computer and use it in GitHub Desktop.
- 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