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/workflows/twoslash-repros.yaml
+13-17
Original file line number
Diff line number
Diff line change
@@ -8,35 +8,31 @@ on:
8
8
- cron: '0 8 * * *'
9
9
repository_dispatch:
10
10
types: run-twoslash-repros
11
-
issues:
12
-
types:
13
-
- labeled
14
11
workflow_dispatch:
15
12
inputs:
16
-
bisect_issue:
17
-
description: Triggers a bisect request on the given issue number instead of updating repros on all issues
13
+
issue:
14
+
description: Limits run to a single issue.
15
+
required: false
16
+
type: string
17
+
bisect:
18
+
description: If set, runs a git bisect on an existing repro. Requires 'issue' to be set. Value can be revision labels (e.g. `good v4.7.3 bad main`) or `true` to infer bisect range.
0 commit comments