Suppress comments on successful builds
This release adds an optional feature to suppress PR comments for successful builds. This is useful if you're finding the PR comments for successful builds noisy and only care to look at the logs on build failure. The feature is disabled by default, but it can be enabled by setting the CommentOnSuccess
app parameter to true
. Thanks to @jflasher for adding this great feature!
This release also includes a cost-saving fix that filters the CloudWatch event pattern so build event processing Lambda functions are only triggered for the CodeBuild project they're meant to monitor, reducing unnecessary Lambda invocations. Thanks to @jogold for making this fix!
Change Log: