Skip to content

Research a way to share markup between demo.html and "allVariants" story HTML #14477

Research a way to share markup between demo.html and "allVariants" story HTML

Research a way to share markup between demo.html and "allVariants" story HTML #14477

name: "Notify CC Designer Leads of New Component Issue"
on:
issues:
types: [labeled]
jobs:
notify-designer-new-component:
if: github.event.label.name == 'new component'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
env:
designers: ${{secrets.CALCITE_DESIGNERS}}
with:
script: |
const action = require('${{ github.workspace }}/.github/scripts/notifyAboutNewComponent.js')
await action({github, context, core})