File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,12 @@ body:
48
48
label : What OS are you seeing the problem on?
49
49
multiple : true
50
50
options :
51
- - all
52
- - ubuntu-latest or ubuntu-20.04
53
- - ubuntu-18.04
54
- - macos-latest or macos-10.15
55
- - macos-11
56
- - windows-latest or windows-2019
57
- - windows-2016
51
+ - Ubuntu
52
+ - macOS
53
+ - Windows
54
+ - Other
58
55
validations :
59
- required : true
56
+ required : false
60
57
- type : textarea
61
58
id : expected
62
59
attributes :
70
67
attributes :
71
68
label : Relevant log output
72
69
description : Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
70
+ placeholder : |
71
+ This can be achieved by:
72
+ 1. Re-running the workflow with debug logging enabled.
73
+ 2. Copy or download the log archive.
74
+ 3. Paste the contents here or upload the file in a subsequent comment.
73
75
render : shell
74
76
- type : textarea
75
77
attributes :
You can’t perform that action at this time.
0 commit comments