Skip to content

[Breaking Change][lexical] Bug Fix: Fix bug in transformer loop that would cause nodes not to get reconciled #521

[Breaking Change][lexical] Bug Fix: Fix bug in transformer loop that would cause nodes not to get reconciled

[Breaking Change][lexical] Bug Fix: Fix bug in transformer loop that would cause nodes not to get reconciled #521

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:
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.number }}
COMMENT: >
Closing this PR due to staleness! If there are new updates, please reopen the PR.