Skip to content

[SELC-5806] feat: Refactored class Product #383

[SELC-5806] feat: Refactored class Product

[SELC-5806] feat: Refactored class Product #383

name: Swagger Detect Conflict and Update Onboarding MS
on:
pull_request:
branches:
- main
- releases/*
types: [ opened, synchronize, reopened ]
paths:
- "apps/onboarding-ms/**"
permissions:
contents: write
jobs:
swagger_conflict_update:
runs-on: ubuntu-20.04
permissions: write-all
name: Swagger Detect Rule and Conflict
steps:
- id: swagger-detect
uses: pagopa/selfcare-commons/github-actions-template/swagger-detect-conflict-quarkus@main
with:
path_openapi_docs: src/main/docs/openapi.json
module: onboarding-ms
github_token: ${{ secrets.GITHUB_TOKEN }}