Skip to content

fix(tree) Fix document corruption due to loss of change info for transient nodes in sequence field #30254

fix(tree) Fix document corruption due to loss of change info for transient nodes in sequence field

fix(tree) Fix document corruption due to loss of change info for transient nodes in sequence field #30254

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [ opened, synchronize, reopened ]
jobs:
paths_label:
runs-on: ubuntu-latest
name: Label based on file paths
steps:
- uses: actions/labeler@5c7539237e04b714afd8ad9b4aed733815b9fab4 # ratchet:actions/labeler@v4.0.2
with:
configuration-path: ".github/actions-labeler.yml"
repo-token: "${{ github.token }}"
sync-labels: true # add/remove labels as modified paths in the PR change
branches_label:
runs-on: ubuntu-latest
name: Label base branches and external contributors
steps:
- uses: srvaroa/labeler@953347905ec8e4884e85c9957d24508e24119fc3 # ratchet:srvaroa/labeler@v1.3
env:
GITHUB_TOKEN: "${{ github.token }}"