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

We got the following error today on a PR: ``` 422 Validation Failed [{Resource:Status Field: Code:custom Message:This SHA and context has reached the maximum number of statuses.}] ``` I traced...

I would like to evaluate multiple PR title requirements using policy-bot but not on autogenerated PRs. For example: ``` policy: approval: # Always allow whitesource and codegenie PRs - or:...

We have the following use case: We have non-technical people checking a certain number of files that contain files that will generate documentation. So when they find that documentation looks...

This should address the following issue: https://github.com/palantir/policy-bot/issues/709

I'm trying to use policy-bot along with bulldozer to automate the merging of certain PRs which could be opened by bots or scripts In bulldozer I have set the "policy-bot:...

We came across `policy-bot` and eagerly deployed it without realizing we couldn't do what we had hoped to do. We run a large [Open Source GitHub organization](https://github.com/cloudposse) with hundreds of...

I set up the following rule setup due to git API not reporting our "tests" statuses until they are finished. The goal is to not require approval for dependabot if...

I'd like to be able to declaratively test that the policies.yml matches the desired rules and end state. Similar to behavior driven tests I'd like to be able to define...

We recently found an internal PR where someone had effectively merged a branch with itself. When processing approvals for the PR, the `sortCommits` function https://github.com/palantir/policy-bot/blob/55d042dbd89e1124d53be5ed05c89fbddc901c4b/policy/approval/approve.go#L449-L468 orders commits by their parents,...

bug

Hi, I'm trying to setup this bot for my repository, but I'm running into auth issues when the bot tries to access the github API. I believe I've set the...