Skip to content

Preserve HTML entity-encoded whitespace in JSX text trimming #3504

Preserve HTML entity-encoded whitespace in JSX text trimming

Preserve HTML entity-encoded whitespace in JSX text trimming #3504

Workflow file for this run

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@v4
- 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);