Skip to content

Commit 764820d

Browse files
authored
Config for github bot (Azure#21030)
* Config for github bot * Config for github bot
1 parent 71ff51a commit 764820d

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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!"
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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}}

0 commit comments

Comments
 (0)