policy-bot icon indicating copy to clipboard operation
policy-bot copied to clipboard

A GitHub App that enforces approval policies on pull requests

Results 106 policy-bot issues
Sort by recently updated
recently updated
newest added

Repro: - Have a repository at ORG1/REPO - Open pull request against ORG1/REPO (policy-bot will post a status with a link to the UI, the UI link will be `DOMAIN/details/ORG1/REPO/ISSUENO`)...

I'd like a policy that requires all status checks to be passed without defining them individually.

Currently the policy-bot check validates if the policy on the target branch is satisfied. In cases where the PR is modifying `policy.yml` the policy-bot check should also validate that the...

We currently calculate the number of files changed as the expanded list of file changes as Policy-Bot sees them in rule evaluation (i.e. separating out renames to deleted and added)....

bug

The setting to hide skipped rules is basically always what I want, and especially for complex rule sets it’s really crucial to parsing who needs to approve. Can we add...

I would like to add a new feature where the bot would be able to add a review approval in the PR if all the policy checks is passed. Would...

The [Checks API](https://docs.github.com/en/rest/reference/checks) allows for more expressive responses to status check runs. This should be used to augment the existing policy bot summary page for a PR to detail the...

enhancement

As an enterprise, we would like to use same policy for everyone. In order to do that we would need to centralize the policy.yml configuration, which i can see its...

question

Is it possible to add multiple policy, i am trying to validate rule like this: If label A than validate policy x, if label B than validate policy y. To...

question

On a repository which I maintain, we have to keep a release branch system, so our release branches are named: * release/3.19.10.1 * release/3.19.10.2 * release/3.19.10.3 * ... In order...