7 ms·
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment https://docs.gith
by awenix 2y ago
Github does offer deployments https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment 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.
- simonw 2y agoIt sounds like approvals might be the key feature that Pippy is adding on top of GitHub Actions.
- sleepybrett 2y agoGHA already has approvals.
- Thristle 2y agoPippy has stage level approvals. As far as I know,after playing with GHA a lot, the only approval is for the entire PR.