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

Closes: https://github.com/palantir/policy-bot/issues/133 Similar to @ajlake, we ran into this today when trying to define a particular rule that could be approved by someone who had worked (by commits not suggested...

Am i missing something or is this an issue? I have branch protection on master and develop. In the policy bot I only want to enforce it on the master...

This adds a solution for https://github.com/palantir/policy-bot/issues/417. As discussed in the attached issue, this adds support for reading the PR Body for approval patterns. It also invalidates a current approval if...

This allows a user to: - Input a branch that has a policy file. The simulate page will evaluate that policy file on the given PR - In put a...

Thank you for building such a great tool, and already accepting several contributions from my team. We love it so far! Part of our workflow involves providing a way for...

Fixes https://github.com/palantir/policy-bot/issues/362 I looked for tests that exercise this code but couldn't find them. What is the best way to test this?

I've noticed that suggestions on PRs result in a commit that includes a co-author. This co-author then ends up as a contributor. Github required reviews don't apply any restriction on...

We would like to utilize the CODEOWNERS file for the `teams` array in `approval_rules`. Is there a way to do this ?

I've noticed on some internal repos where the following occurs: * On a repo where request-review is enabled * In the create PR workflow, select a user manually who should...

bug

## What happened A common workflow: 1. I make a PR, all the CI goes green, but the overall light is still stuck at yellow 2. I click through to...

enhancement