I have a github repo linked to a heroku pipeline and currently heroku has an automatic behavior of recreating the review app on every push to a PR. We have our own code that handles the review app creation and redeployment so we want to disable this automatic behavior.
The below support article from heroku discusses an issue where a review app is being recreated instead of doing a redeployment, but we want to disable both recreation and redeployment.