Skip to content

[lexical-table] Bug Fix: colWidths not imported from DOM for TableNode #4

[lexical-table] Bug Fix: colWidths not imported from DOM for TableNode

[lexical-table] Bug Fix: colWidths not imported from DOM for TableNode #4

Workflow file for this run

name: Close stale PR
on:
pull_request:
types: labeled
jobs:
close-pr:
if: github.event.label.name == 'stale-pr'
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- run: gh pr close "$NUMBER" --comment "$COMMENT"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.number }}
COMMENT: >
Closing this PR due to staleness! If there are new updates, please reopen the PR.