aws-otel-java-instrumentation icon indicating copy to clipboard operation
aws-otel-java-instrumentation copied to clipboard

Add nightly dependency bump workflow

Open ezhang6811 opened this issue 2 months ago • 1 comments

Issue #, if available:

Description of changes: Add a workflow nightly-build.yml with following actions:

  • creates or checks out existing nightly-dependency-updates branch
  • checks for newest versions of dependencies in opentelemetry-java-instrumentation and opentelemetry-java-contrib, bumps versions if applicable, and creates/updates PR
  • search for releases with breaking changes in release notes, and links in the PR
  • runs main build checks on the branch, publishes a failure metric based on the outcome.

Example nightly build PR: https://github.com/aws-observability/aws-otel-js-instrumentation/pull/273

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

ezhang6811 avatar Sep 24 '25 02:09 ezhang6811