Skip to content

Commit

Permalink
Merge pull request #389 from Automattic/dependency_tree_diff_from_ci_…
Browse files Browse the repository at this point in the history
…toolkit

Comment GH PRs with depenednecy diff
  • Loading branch information
wzieba authored Oct 15, 2024
2 parents 467c991 + 70080df commit ee7848c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

0 comments on commit ee7848c

Please sign in to comment.