Hacker News new | ask | show | jobs
by awenix 694 days ago
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-diff... which is similar in comparison, but i feel there are lot of steps to go through to get this working and creating pipeline for simple workflows makes it hard.

Azure pipelines offered this by setting up reviewers, approvals, but reading more about Github deployments, they might be similar.

1 comments

It sounds like approvals might be the key feature that Pippy is adding on top of GitHub Actions.
GHA already has approvals.
Pippy has stage level approvals. As far as I know,after playing with GHA a lot, the only approval is for the entire PR.