CircleCI-Public / heroku-orb

Easily install and use the Heroku CLI with CircleCI to build, test, and deploy your applications to Heroku.
https://circleci.com/orbs/registry/orb/circleci/heroku
MIT License
6 stars 20 forks source link

[semver:minor] Review support #36

Closed gmemstr closed 3 years ago

gmemstr commented 3 years ago

See #24

gmemstr commented 3 years ago

Currently missing is how to best handle messages returned from Heroku and CircleCI's APIs. jq is an option.

4eRTuk commented 2 years ago

How to use this feature? I try to setup job from example file, but the following error occurs in CircleCI Dashboard:

Error calling workflow: 'sample'Error calling job: 'deploy'Cannot find a definition for command named heroku/create-review

KyleTryon commented 2 years ago

How to use this feature? I try to setup job from example file, but the following error occurs in CircleCI Dashboard:

Error calling workflow: 'sample'Error calling job: 'deploy'Cannot find a definition for command named heroku/create-review

What interesting timing. I just noticed this as well. I am taking the week to rebuild this orb and resolve issues. We'll have this cleaned up soon.