We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature. https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#:~:text=prevent%20self%2Dreviews
Is the functionality available through the GitHub API? If the functionality is available, please provide links to the API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/). https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#:~:text=prevent%20self%2Dreviews
Adds the ability to control whether prevent_self_review is enabled or disabled for a given deployment environment.
prevent_self_review
environments: - name: prod reviewers: - id: 5847163 type: 'Team' prevent_self_review: true deployment_branch_policy: protected_branches: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites:
Is the functionality available in the GitHub UI? If so, please provide a link to information about the feature.
https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#:~:text=prevent%20self%2Dreviews
Is the functionality available through the GitHub API? If the functionality is available, please provide links to the
API documentation (https://developer.github.com/v3/) as well as the Octokit documentation (https://octokit.github.io/).
https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#:~:text=prevent%20self%2Dreviews
New Feature
Adds the ability to control whether
prevent_self_review
is enabled or disabled for a given deployment environment.The text was updated successfully, but these errors were encountered: