diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index be3fdaa77..c8a5c8382 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -85,3 +85,9 @@ steps: plugins: [ $CI_TOOLKIT ] artifact_paths: - "**/build/outputs/apk/**/*" + + - label: "Dependency Tree Diff" + command: | + comment_with_dependency_diff 'gravatar-quickeditor' 'releaseRuntimeClasspath' + if: build.pull_request.id != null + plugins: [ $CI_TOOLKIT ]