Skip to content

[SELC-5163] Feat: Added sendMail method and configuration #9

[SELC-5163] Feat: Added sendMail method and configuration

[SELC-5163] Feat: Added sendMail method and configuration #9

Workflow file for this run

name: Code Review institution-send-mail-scheduler
on:
workflow_dispatch:
pull_request:
branches:
- main
- releases/**
types:
- opened
- edited
- synchronize
- reopened
- ready_for_review
paths:
- 'apps/institution-send-mail-scheduler/**'
- '.github/workflows/pr_scheduler.yml'
- '.github/workflows/call_code_review.yml'
jobs:
code_review:
uses: ./.github/workflows/call_code_review.yml
name: Institution send mail scheduler 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-institution'
module: 'institution-send-mail-scheduler'