/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/workflows/repl.yml
23 строки
566 B
Huáng Jùnliàng
chore: bump github actions (#17895)
24 мар 2026, 15:14
Не верифицирован
24 мар 2026, 15:14
732dd3e
Код
Авторство
О чём код?
name: REPL on: [pull_request_target] permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.head_ref }} cancel-in-progress: true jobs: repl-comment: name: Create or update REPL comment runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - uses: actions/github-script@v8 with: github-token: ${{ secrets.BOT_TOKEN }} script: | const { default: repl } = await import('${{ github.workspace }}/scripts/actions/repl.ts'); await repl(github, context);