Skip to content

feat(Editor): new component #1485

feat(Editor): new component

feat(Editor): new component #1485

Workflow file for this run

name: pr-labeler
on:
- pull_request_target
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Label PRs based on base branch
uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
sync-labels: false