Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cmd/action/github/templates/disco/patched.handlebars
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<a href="https://github.com/project-chip/alchemy"></a><img align="left" width="75" height="75" src="https://raw.githubusercontent.com/project-chip/alchemy/refs/heads/main/alchemy.svg"></a>
<a href="https://github.com/project-chip/alchemy">Alchemy</a> found disco-ball suggestions for this commit.
<a href="https://github.com/project-chip/alchemy">Alchemy</a> found disco-ball fixes for this PR.
<br/>

> [!TIP]
> Apply it to your PR by running <kbd>patch < disco.patch</kbd> in the root of your repo.
> [!CAUTION]
> Apply it to your PR by running <kbd>patch -p0 < disco.patch</kbd> in the root of your repo.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The < character inside the <kbd> tag should be HTML-escaped as &lt; to prevent it from being potentially misinterpreted as the start of an HTML tag by renderers.

> Apply it to your PR by running <kbd>patch -p0 &lt; disco.patch</kbd> in the root of your repo.

> These fixes must be applied before this PR can be merged.

<a href="{{patch_url}}"><kbd><br/>&nbsp; 🔽 &nbsp;Download Patch File&nbsp;&nbsp;<br/><br/></kbd></a>

Expand Down
Loading