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/actions/file/action.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,14 @@ inputs:
24
24
description: "In the 'file' step, also open grouped issues which link to all issues with the same root cause"
25
25
required: false
26
26
default: "false"
27
+
file_best_practice_issues:
28
+
description: "File issues for best-practice findings (accessibility recommendations that are not hard WCAG failures). Disabling only suppresses new issues; existing ones are left untouched."
29
+
required: false
30
+
default: "true"
31
+
file_experimental_issues:
32
+
description: "File issues for experimental findings (checks that are not yet stable). Disabling only suppresses new issues; existing ones are left untouched."
Copy file name to clipboardExpand all lines: action.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,14 @@ inputs:
45
45
description: "In the 'file' step, also open grouped issues which link to all issues with the same problem"
46
46
required: false
47
47
default: 'false'
48
+
file_best_practice_issues:
49
+
description: 'File issues for best-practice findings (accessibility recommendations that are not hard WCAG failures). Disabling suppresses new issues while existing ones are left untouched.'
50
+
required: false
51
+
default: 'true'
52
+
file_experimental_issues:
53
+
description: 'File issues for experimental findings (checks that are not yet stable). Disabling suppresses new issues while existing ones are left untouched.'
0 commit comments