Skip to content

chore: migrate toolchain to TypeScript 5.5, Vite, Vitest, and ESLint v9 #303

chore: migrate toolchain to TypeScript 5.5, Vite, Vitest, and ESLint v9

chore: migrate toolchain to TypeScript 5.5, Vite, Vitest, and ESLint v9 #303

name: Reusable Workflows
on:
pull_request:
jobs:
web-kit-pull-request:
name: Run Web Kit PR Workflow
uses: mParticle/mparticle-workflows/.github/workflows/web-kit-pull-request.yml@stable
pr-branch-check-name:
name: Check PR for semantic branch name
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-check-name.yml@stable
pr-title-check:
name: Check PR for semantic title
uses: mParticle/mparticle-workflows/.github/workflows/pr-title-check.yml@stable
pr-branch-target-gitflow:
name: Check PR for semantic target branch
uses: mParticle/mparticle-workflows/.github/workflows/pr-branch-target-gitflow.yml@stable
pr-notify:
if: github.event.pull_request.draft == false && (github.event.action == 'opened' || github.event.action == 'ready_for_review')
needs:
- web-kit-pull-request
name: Notify GChat
permissions:
id-token: write
contents: read
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
secrets:
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}