Skip to content

Commit 1ef90d7

Browse files
committed
tools: improve styling of dependency diff comment
1 parent 7da2a32 commit 1ef90d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

WordPress/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,7 @@ tasks.register("dependencyTreeDiffCommentToGitHub", ViolationCommentsToGitHubTas
640640
commentOnlyChangedFiles = false
641641
minSeverity = SEVERITY.INFO
642642
commentTemplate = """
643-
### The PR caused the following dependency changes:
644-
645-
<details><summary>expand</summary>
643+
<details><summary>The PR caused some dependency changes (expand to see details)</summary>
646644
<p>
647645
648646
```diff

0 commit comments

Comments
 (0)