You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/40_blocking_clean_ci.yml
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: 🐞Failing test on CI
1
+
name: Failing test on CI
2
2
description: Create a report about a failing test
3
3
title: "[Failing test]: "
4
4
labels: [ 'blocking-clean-ci' ]
@@ -7,6 +7,7 @@ body:
7
7
attributes:
8
8
value: |
9
9
Test(s) failing on a Azdo CI run. This issue will track the failures on Azdo using the [Known Issues infrastructure](https://github.com/dotnet/arcade/blob/main/Documentation/Projects/Build%20Analysis/KnownIssues.md).
10
+
Fill in the `Build information` block. And `Error message template` needs to be filled in by using either `ErrorMessage` or `ErrorPattern` to enable automatic tracking of failing builds.
10
11
- type: checkboxes
11
12
attributes:
12
13
label: Is there an existing issue for this?
@@ -16,12 +17,11 @@ body:
16
17
required: true
17
18
- type: textarea
18
19
attributes:
19
-
label: Build url
20
-
description: Url for the failing build
20
+
label: Build information
21
21
value: |
22
22
Build:
23
23
Build error leg or test failing:
24
-
Pull Request:
24
+
Pull Request: N/A
25
25
validations:
26
26
required: true
27
27
- type: textarea
@@ -49,6 +49,5 @@ body:
49
49
attributes:
50
50
label: Other info
51
51
description: Any other useful information about the failure
0 commit comments