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

Post application url and commit hash as a PR comment after every deploy #127

Closed
LucaLanziani opened this issue Oct 12, 2023 · 0 comments · Fixed by #148
Closed

Post application url and commit hash as a PR comment after every deploy #127

LucaLanziani opened this issue Oct 12, 2023 · 0 comments · Fixed by #148
Assignees

Comments

@LucaLanziani
Copy link
Member

Every new deploy should update the same comment.

Ideally something like the image below should work, as a start I would have:

sha: adsfasdf
timestamp: ___/___/___
url: asdflkjalsodfj

Image

The Go code should output the data above and the PR comment should be create/update via a step in the github action.

The above assumes that there is already an action that can do the comment step, we are ok to use it if it is a trusted action otherwise we might have to reconsider this and either implement an action ourselves or implement the behaviour in go.

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

Successfully merging a pull request may close this issue.

3 participants