Skip to content

Commit

Permalink
Merge pull request #20220 from wordpress-mobile/make_dependency_diff_…
Browse files Browse the repository at this point in the history
…foldable

tools: make dependency diff report foldable
  • Loading branch information
wzieba authored Feb 20, 2024
2 parents 40ece18 + 1ef90d7 commit ed7e5f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,16 @@ tasks.register("dependencyTreeDiffCommentToGitHub", ViolationCommentsToGitHubTas
commentOnlyChangedFiles = false
minSeverity = SEVERITY.INFO
commentTemplate = """
### The PR caused the following dependency changes:
<details><summary>The PR caused some dependency changes (expand to see details)</summary>
<p>
```diff
{{{violation.message}}}
```
</p>
</details>
*Please review and act accordingly*
"""
violations = [
Expand Down

0 comments on commit ed7e5f6

Please sign in to comment.