Require extra approver when PR is created by GitHub Actions bot #32232
Unanswered
glenthomas
asked this question in
Code Security
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our organization we require code changes to involve two or more humans for compliance reasons. This would involve one person creating a pull request and another person approving the changes.
We would like to be able to automate pull request creation using GitHub Actions in some circumstances. So, when the PR was created by the GitHub Actions bot, we need to raise the required number of approvers from 1 to 2.
Could a new branch protection rule setting be added along the lines of "Require additional approver when pull request created by bot".
Also, could the organization setting "Allow GitHub Actions to create and approve pull requests" be split into two settings:
Beta Was this translation helpful? Give feedback.
All reactions