Justin Wyer
Justin Wyer
Bulldozer can be configured using `required_statuses` to validate that a PR has the specified status set before merging, ostensibly this may be paired with policy-bot to provide assurance that a...
Hi @porsager would you be open to expanding the logical replication implementation to: 1. Allow the passing of a pre-existing replication slot name and LSN start point? 2. Passing the...
Currently policy-bot will mark it's status as error if no rules match: ```go case common.StatusSkipped: statusState = "error" statusDescription = "All rules were skipped. At least one rule must match."...
Fixes #2361 * Upgrade docker base image to node:20-alpine3.19 * Upgrade tedious to 16.7.1 that supports node 20 * Moved npm prepare script to prepack & prepublishOnly as prepare incorrectly...