Skip to content

[SELC-3984] Feat: added user-sdk-pom and user-sdk-common libs #21

[SELC-3984] Feat: added user-sdk-pom and user-sdk-common libs

[SELC-3984] Feat: added user-sdk-pom and user-sdk-common libs #21

Workflow file for this run

name: Code Review Libs
on:
workflow_dispatch:
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- 'libs/**'
- '.github/workflows/pr_libs.yml'
- '.github/workflows/call_code_review.yml'
jobs:
code_review:
uses: ./.github/workflows/call_code_review.yml
name: Libs 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-user'
actor: ${{ github.actor }}