Skip to content

[EC-95] Reusable workflows for code review pipelines #1

[EC-95] Reusable workflows for code review pipelines

[EC-95] Reusable workflows for code review pipelines #1

Workflow file for this run

name: Code Review onboarding-ms
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- 'apps/onboarding-ms/**'
- 'apps/onboarding-ms/pom.xml'
- '.github/workflows/code_review_ms.yml'
- '.github/workflows/call_code_review.yml'
jobs:
code_review:
uses: ./.github/workflows/call_code_review.yml
name: OnBoarding ms Code Review
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}
source_branch: ${{ github.head_ref }}
target_branch: ${{ github.base_ref }}
sonar_key: 'pagopa_selfcare-onboarding'