We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c9593 commit f1df67cCopy full SHA for f1df67c
.github/workflows/twoslash-repros.yaml
@@ -25,7 +25,7 @@ jobs:
25
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
26
27
bisect:
28
- if: ${{ github.event.label.name == "Bisect Repro" }}
+ if: ${{ github.event.label.name == 'Bisect Repro' }}
29
runs-on: ubuntu-latest
30
steps:
31
- uses: actions/checkout@v2
0 commit comments