Skip to content

Commit 6f3f5f3

Browse files
committed
Update Templates
1 parent 2ecad6f commit 6f3f5f3

2 files changed

Lines changed: 50 additions & 25 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
<a href="https://github.com/project-chip/alchemy"></a><img align="left" width="75" height="75"
2+
src="https://raw.githubusercontent.com/project-chip/alchemy/refs/heads/main/alchemy.svg"></a>
3+
<a href="https://github.com/project-chip/alchemy">Alchemy</a> found disco-ball suggestions for this commit.
4+
<br />
5+
6+
{{#if has_mandatory}}
7+
> [!CAUTION]
8+
> These issues must be fixed before this PR can be merged.
9+
> Apply it to your PR by running <kbd>patch -p0 < disco-mandatory.patch</kbd> in the root of your repo.
10+
11+
<a href="{{mandatory_patch_url}}"><kbd><br />&nbsp; 🔽 &nbsp;Download Mandatory Patch File&nbsp;&nbsp;<br /><br /></kbd></a>
12+
13+
<br />
14+
15+
{{#if mandatory_diff}}
16+
<details>
17+
<summary><b>Mandatory Disco Ball Suggestions</b></summary>
18+
19+
```diff
20+
{{raw mandatory_diff}}
21+
```
22+
23+
</details>
24+
{{else}}
25+
<i>Mandatory Diff omitted due to size; please download the patch above.</i>
26+
{{/if}}
27+
{{/if}}
28+
29+
{{#if has_optional}}
30+
> [!TIP]
31+
> These suggestions are optional but recommended.
32+
> Apply it to your PR by running <kbd>patch -p0 < disco-optional.patch</kbd> in the root of your repo.
33+
34+
<a href="{{optional_patch_url}}"><kbd><br />&nbsp; 🔽 &nbsp;Download Optional Patch File&nbsp;&nbsp;<br /><br /></kbd></a>
35+
36+
<br />
37+
38+
{{#if optional_diff}}
39+
<details>
40+
<summary><b>Optional Disco Ball Suggestions</b></summary>
41+
42+
```diff
43+
{{raw optional_diff}}
44+
```
45+
46+
</details>
47+
{{else}}
48+
<i>Optional Diff omitted due to size; please download the patch above.</i>
49+
{{/if}}
50+
{{/if}}

cmd/action/github/templates/disco/patched.handlebars

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)