Skip to content

fix(markdown_editor): don't crash when input_wrapper is undefined #4683

fix(markdown_editor): don't crash when input_wrapper is undefined

fix(markdown_editor): don't crash when input_wrapper is undefined #4683

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
types: [opened, reopened]
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"