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

Could the `ignore_update_merges` option be extended to ignore rebases which do not change any diff while rebasing? This would greatly help to keep approvals if a PR gets outdated by...

enhancement

It would be nice to configure if a label should be added for not satisfied rules. That way it could be made very obvious who needs to do what to...

Currently, we audit for malicious status updates by looking at the name of the user who created the status and matching it against the name configured in the server. This...

enhancement

I have some configuration files that are written in yaml (although I can imagine this problem is extensible to json and other file formats). For the most part, we want...

enhancement

Hi, Thanks for sharing this bot, first of all We've got a plenty of other status checks running on our repo, e.g Sonar Bot. So Is it possible to run...

question

Currently the [details](https://github.com/palantir/policy-bot/blob/f7969f9a9415b1ddd1665d01bd25411bf4a6f2ea/server/handler/details.go) page can be used by a human to verify which rules are blocking a PR from merging, but would be nice to have a version of that...

enhancement

Steps to reproduce: * change the base branch from `develop` to `branch-foo` * a check is created `policy-bot: branch-foo` * change base branch back to `develop` * the check for...

Can we have a flag to disable this line in the logs to reduce noise in policy-bot logs? ``` 2020-03-11T18:28:24.395901944Z |INFO| http_request elapsed=0.238318 method=GET path=/ rid=bpkiri3g83ahlvath4k0 size=1986 status=200```

enhancement

I have a frontend monorepo whose packages are divided amongst several teams. There is one file in each package that is touched frequently, package.json. I would like to configure policy...

Do you think it's possible to generate schema of policy-bot ? https://schemastore.azurewebsites.net/json/ Many application do have support for it, and it works for yaml. What do you think ?

question