Skip to content

fix(ui): extract callkit manager to make it independent of flutter initialization #762

fix(ui): extract callkit manager to make it independent of flutter initialization

fix(ui): extract callkit manager to make it independent of flutter initialization #762

Workflow file for this run

name: 'PR is Conventional and Semantic'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
conventional_pr_title:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6.1.1
with:
scopes: |
llc
ui
ci
deps
repo
samples
requireScope: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
semantic_changelog_update:
needs: conventional_pr_title # Trigger after the [conventional_pr_title] completes
runs-on: ubuntu-latest
steps:
- uses: GetStream/verify-semantic-changelog-update@main
with:
scopes: |
{
"llc": "packages/stream_video",
"ui": "packages/stream_video_flutter"
}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}