It would be great if we could have a dedicated action that we could use to comment the PR with insightful information like:
- View in Humanitec - link to the
- EnvId
- List and links of all the DNS of the App deployed
- Deployment Diff/Output
- ...
This is a typically workflow with PR for testing feature branch, especially with new/ephemeral envs.
Something around these lines (credit to @williamoverton for that!), see attached.

Kind of different from create and notify, why not comment, comment-summary or `get-summary?
This action could/should wait for the in-progress Deployment.
Kind of what is done in there: https://github.com/Humanitec-DemoOrg/ephemeral-env-demo/blob/main/.github/workflows/pull_request.yaml.
It would be great if we could have a dedicated action that we could use to comment the PR with insightful information like:
This is a typically workflow with PR for testing feature branch, especially with new/ephemeral envs.
Something around these lines (credit to @williamoverton for that!), see attached.

Kind of different from
createandnotify, why notcomment,comment-summaryor `get-summary?This action could/should wait for the in-progress Deployment.
Kind of what is done in there: https://github.com/Humanitec-DemoOrg/ephemeral-env-demo/blob/main/.github/workflows/pull_request.yaml.