Skip to content

Add an opacity transition to all components with opening/closing behavior for consistency. #17661

Add an opacity transition to all components with opening/closing behavior for consistency.

Add an opacity transition to all components with opening/closing behavior for consistency. #17661

name: Verify Install
on:
issues:
types: [labeled]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@v7
env:
ISSUE_VERIFIERS: ${{secrets.ISSUE_VERIFIERS}}
CALCITE_DESIGNERS: ${{secrets.CALCITE_DESIGNERS}}
with:
script: |
const action = require('${{ github.workspace }}/.github/scripts/assignForVerification.js')
await action({github, context, core})