Skip to content

feat: implement Rokt reporting service in kit #267

feat: implement Rokt reporting service in kit

feat: implement Rokt reporting service in kit #267

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:

Check failure on line 19 in .github/workflows/reusable-workflows.yml

View workflow run for this annotation

GitHub Actions / Reusable Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/reusable-workflows.yml (Line: 19, Col: 5): Error calling workflow 'ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 19 in .github/workflows/reusable-workflows.yml

View workflow run for this annotation

GitHub Actions / Reusable Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/reusable-workflows.yml (Line: 19, Col: 5): Error calling workflow 'ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.

Check failure on line 19 in .github/workflows/reusable-workflows.yml

View workflow run for this annotation

GitHub Actions / Reusable Workflows

Invalid workflow file

The workflow is not valid. .github/workflows/reusable-workflows.yml (Line: 19, Col: 5): Error calling workflow 'ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
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
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
secrets:
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}