Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Integration Improvements (Additional Metadata) #305

Open
2 tasks done
dinsley opened this issue Jul 17, 2024 · 1 comment
Open
2 tasks done

Github Integration Improvements (Additional Metadata) #305

dinsley opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels

Comments

@dinsley
Copy link

dinsley commented Jul 17, 2024

Required Terms

What service(s) is this request for?

Heroku / Github Integration

Tell us about what you're trying to solve. What challenges are you facing?

It would be great if Heroku would pass through some deployment metadata with the Github integration when the deployment resource is created, especially the Heroku release/version number.

Metadata like that can be included on the payload key that's outlined in the GitHub API documentation here

The main use case for this is in private spaces multiple deployment_status multiple web-hooks are sent due to the way the release phase lifecycle is managed. Add-ons like Activity 2 Go in the Heroku elements marketplace are basically useless and create a lot of duplicate notifications/noise as a result.

Passing along the Heroku version metadata would allow GitHub Actions to be setup to reliably fetch the release to retrieve information related to it for surfacing in notifications elsewhere.

Additionally having access to the previous released versions sha/commit either through the deployment creation, would be amazing, or even passing along a generated Compare Diff URL that you generate in the Heroku interface it self:

image
@ASayre ASayre self-assigned this Aug 14, 2024
@ASayre
Copy link
Contributor

ASayre commented Aug 14, 2024

Thanks for sharing the feedback! You're mentioning the the Heroku release/version number as metadata which would be useful to you. Are there other pieces of deployment metadata which would be helpful?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants