File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
.github/azure-client-tools-bot Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ pull_request :
2
+ comment :
3
+ - azure_pipeline :
4
+ allow_list :
5
+ - " azure-powershell - powershell-core"
6
+ - " azure-powershell - windows-powershell"
7
+ result_path : " /PipelineResult/PipelineResult.json"
8
+ group_by_keys :
9
+ - " Module"
10
+ - " PhaseName"
11
+ - " Platform"
12
+ template_path : " templates/PRComment.handlebars"
13
+ comment_title : " PRComment"
14
+ init_comment : " Validation for PowerShell Core and Windows PowerShell Starts. Thanks for your contribution!"
Original file line number Diff line number Diff line change
1
+ {{ #each this }}
2
+ <details >
3
+ <summary >{{ renderStatus Status }}{{ Module }} </summary >
4
+
5
+ {{ #each Items }}
6
+ ><details >
7
+ > <summary >{{ renderStatus Status }}{{ PhaseName }} </summary >
8
+ >
9
+ {{ #each Items }}
10
+ >><details >
11
+ >> <summary >{{ renderStatus Status }}{{ Platform }} </summary >
12
+ >>
13
+ {{ renderContent Content 2 }}
14
+ >></details >
15
+ {{ /each }}
16
+ ></details >
17
+ {{ /each }}
18
+ </details >
19
+ {{ /each }}
You can’t perform that action at this time.
0 commit comments