Skip to content

[Carousel] Animation on Carousel Item change doesn't always occur #14432

[Carousel] Animation on Carousel Item change doesn't always occur

[Carousel] Animation on Carousel Item change doesn't always occur #14432

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})