Skip to content

Commit

Permalink
tools: make dependency diff report foldable
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 20, 2024
1 parent 40ece18 commit 7da2a32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,16 @@ tasks.register("dependencyTreeDiffCommentToGitHub", ViolationCommentsToGitHubTas
commentTemplate = """
### The PR caused the following dependency changes:
<details><summary>expand</summary>
<p>
```diff
{{{violation.message}}}
```
</p>
</details>
*Please review and act accordingly*
"""
violations = [
Expand Down

0 comments on commit 7da2a32

Please sign in to comment.