Skip to content

Suppress comments on successful builds

Compare
Choose a tag to compare
@jlhood jlhood released this 15 May 17:34
· 14 commits to master since this release
86f8fd6

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:

  1. (#24) Filter on project name in CloudWatch event pattern
  2. (#29) Add feature to suppress comments on successful builds