File tree Expand file tree Collapse file tree
cmd/action/github/templates/disco Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 /> 🔽 Download Mandatory Patch File <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 /> 🔽 Download Optional Patch File <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 }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments