Skip to content

feat(appointments): improve video upload UX with Upload Wizard #2849

feat(appointments): improve video upload UX with Upload Wizard

feat(appointments): improve video upload UX with Upload Wizard #2849

Workflow file for this run

name: Semantic labels Check
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/pr-label-check-and-comment-action@v1.0.1
with:
required_labels: 'chore,ci,docs,feat,build,fix,test,dependencies'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}