diff --git a/.github/workflows/twoslash-repros.yaml b/.github/workflows/twoslash-repros.yaml new file mode 100644 index 0000000000000..974a479210d7b --- /dev/null +++ b/.github/workflows/twoslash-repros.yaml @@ -0,0 +1,18 @@ +name: Twoslash Code Sample Repros + +on: + push: + branches: + - orta-twoslash-repros + schedule: + - cron: '0 8 * * *' + repository_dispatch: + types: run-twoslash-repros + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: microsoft/TypeScript-Twoslash-Repro-Action@master + with: + github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}