Skip to content

fix(core): prevent error notice when define duplicate custom element into the registry #1635

fix(core): prevent error notice when define duplicate custom element into the registry

fix(core): prevent error notice when define duplicate custom element into the registry #1635

Workflow file for this run

name: 'Pull Request Labeler'
on: [pull_request_target]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'