thoughtbot / parity

Shell commands for development, staging, and production parity for Heroku apps
https://thoughtbot.com
MIT License
889 stars 57 forks source link

Feature need: handle new Heroku pipeline review app convention #174

Closed geoffharcourt closed 4 years ago

geoffharcourt commented 4 years ago

Heroku's new review apps system no longer names review applications with the same number as the Github PR in a predictable manner. From my conversations with their support team there's no way we can easily run a PR app without knowing the app suffix or for us to also connect to the Github API.

geoffharcourt commented 4 years ago

We're currently getting around some of this with a custom app we built that connects to Heroku's API and Github's and links the things together by branch name, but for CLI use I think the best approach would be this:

geoffharcourt commented 4 years ago

Heroku's added the ability to go back to your own PR app names based on PR numbers now, so this is less necessary.