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

Hey guys, so I'm trying to deploy the app and use it on my repo, but it doesn't work properly. When I run it, I do get callbacks from github...

Policy-bot should have the ability to run what we're calling `external-service-predicates`. The idea is that we have several internal services, each of which has a view of the compliance/security state...

policy-bot currently supports setting policies for a repository by referencing a remote policy file (https://github.com/palantir/policy-bot#remote-policy-configuration). It would be neat to allow local overrides or mixins with a remote policy configuration...

https://github.com/palantir/policy-bot/blob/fec2ebf5db5c2c26a49a3675fd2ec61b46cfa6e3/server/handler/status.go#L134-L139 Because statuses match with commits, not PRs, we start out by only preparing a repository context. Once we look up the PRs, it would be good to attach the...

Policy Boy is sending two emails to me when both team and I got added as reviewers. Is there any way to turn off duplicate emails?

First, thank you for all of your efforts on this project. We rolled out Policy Bot in our organization and observed that developers are sort of getting annoyed because of...

We would like to have a policy to disallow merges based on the date time. I think something like that is not in here, though it could probably be added?

We use dependabot in combination with an auto-approve policy-bot rule, and although it may happen at other high-traffic times, we're definitely seeing many dependabot PRs go unapproved. We've traced this...

For every new inline comment in a PR, the policy-bot is sending email (spam) notifications to the reviewers **re-requesting approval**. Re-requesting approval should be for a new PR and commit...

bug

Currently, the `only_changed_files` predicate fails if no files are actually changed. Should support `or(only_changed_files, no_changed_files)` to model `(changed files) SUBSET (restricted set)`.

predicates