Question 056
### How can you require manual approvals by a maintainer if the workflow run is targeting the `production` environment?
> https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment
1. [x] Using deployment protection rules
1. [ ] Setting the required reviewers in the `production` workflow
1. [ ] Using branch protection rules
1. [ ] Manual approvals are not supported by GitHub Actions