chore(deps): update dependency djlint to v1.40.4 (#38428)

This commit is contained in:
Giteabot
2026-07-15 13:32:27 +00:00
committed by GitHub
parent c86eb7081b
commit fa50ad2aa9
4 changed files with 90 additions and 90 deletions
+12 -12
View File
@@ -63,19 +63,19 @@
<div>{{.RenderedContent}}</div>
</div>
{{end -}}
{{if eq .ActionName "push"}}
<ul>
{{$repoURL := $.Comment.Issue.PullRequest.BaseRepo.HTMLURL}}
{{range $commit := $.Comment.Commits}}
<li>
<a href="{{$repoURL}}/commit/{{$commit.ID}}">
{{ShortSha $commit.ID.String}}
</a> - {{$commit.MessageTitle}}
</li>
{{end}}
</ul>
{{end}}
</p>
{{if eq .ActionName "push"}}
<ul>
{{$repoURL := $.Comment.Issue.PullRequest.BaseRepo.HTMLURL}}
{{range $commit := $.Comment.Commits}}
<li>
<a href="{{$repoURL}}/commit/{{$commit.ID}}">
{{ShortSha $commit.ID.String}}
</a> - {{$commit.MessageTitle}}
</li>
{{end}}
</ul>
{{end}}
<div style="font-size:small; color:#666;">
<p>
---