Skip to content

Omnibar: add pressed state for the Help and Notifications buttons #1947

Omnibar: add pressed state for the Help and Notifications buttons

Omnibar: add pressed state for the Help and Notifications buttons #1947

name: Dashboard PR Review
on:
workflow_dispatch:
inputs:
pr_number:
description: 'PR number to review'
required: true
pull_request:
types: [opened, ready_for_review]
paths:
- 'client/dashboard/**'
concurrency:
group: dashboard-pr-review-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
id-token: write
jobs:
review:
if: github.event.pull_request.draft == false
uses: Automattic/wp-calypso/.github/workflows/pr-review.yml@trunk
with:
area: dashboard
secrets:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
ai_review_telemetry_token: ${{ secrets.AI_REVIEW_TELEMETRY_TOKEN }}