File tree 1 file changed +18
-4
lines changed
1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 8
8
- cron : ' 0 8 * * *'
9
9
repository_dispatch :
10
10
types : run-twoslash-repros
11
+ issues :
12
+ types :
13
+ - labeled
11
14
workflow_dispatch : {}
12
15
13
16
jobs :
14
- build :
17
+ run :
18
+ if : ${{ !github.event.label }}
15
19
runs-on : ubuntu-latest
16
20
steps :
17
21
- name : Use node
18
22
uses : actions/setup-node@v1
19
- - run : |
20
- npm init -y
21
- npm install --save typescript@next
22
23
- uses : microsoft/TypeScript-Twoslash-Repro-Action@master
23
24
with :
24
25
github-token : ${{ secrets.TS_BOT_GITHUB_TOKEN }}
26
+
27
+ bisect :
28
+ if : ${{ github.event.label.name == "Bisect Repro" }}
29
+ runs-on : ubuntu-latest
30
+ steps :
31
+ - uses : actions/checkout@v2
32
+ - uses : actions/setup-node
33
+ with :
34
+ node-version : 16
35
+ - uses : microsoft/TypeScript-Twoslash-Repro-Action@master
36
+ with :
37
+ github-token : ${{ secrets.TS_BOT_GITHUB_TOKEN }}
38
+ bisect : ${{ github.event.issue.number }}
You can’t perform that action at this time.
0 commit comments