v1.17.1
Improve default Docker configuration (#211)
Published Docker images now include a default server configuration file. Additionally, configuration properties in the server
block can be set using environment variables starting with POLICYBOT_
. For example, the POLICYBOT_PUBLIC_URL
variable now sets or overrides the server.public_url
property.
Other Changes
- Fix label caching for pull request with no labels (#213)
- Only process review requests when it is enabled for at least one rule (#214)
- Use the v3 API to list repository collaborators, improving cross-request caching (#215)
- Upgrade
palantir/go-githubapp
to the latest version, introducing new error metrics and log fields (#216)
⚠️ Compatibility Note
This is the last policy-bot release to support GitHub Enterprise Server versions older than 2.21.0. Starting from policy-bot v1.18.0, GitHub Enterprise Server 2.21.0 or newer is required due to the use of new Team APIs.