Skip to content

Commit

Permalink
tools: improve styling of dependency diff comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Feb 20, 2024
1 parent 7da2a32 commit 1ef90d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions WordPress/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -640,9 +640,7 @@ tasks.register("dependencyTreeDiffCommentToGitHub", ViolationCommentsToGitHubTas
commentOnlyChangedFiles = false
minSeverity = SEVERITY.INFO
commentTemplate = """
### The PR caused the following dependency changes:
<details><summary>expand</summary>
<details><summary>The PR caused some dependency changes (expand to see details)</summary>
<p>
```diff
Expand Down

0 comments on commit 1ef90d7

Please sign in to comment.