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: action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ inputs:
31
31
description: "A boolean value that allow PR to link issues on any branch"
32
32
required: false
33
33
default: "false"
34
-
skip-linked-issued-check-label:
34
+
skip-linked-issues-check-label:
35
35
description: "A label that causes the action to execute but skip the actual linked issues check. If the check is skipped, the `check_skipped` output is set to `true`. Any present comments added by this action are also deleted. Useful when incorporating this action into multi-action workflows."
0 commit comments