Skip to content

[SELC-5740] Feat: Added module for user-group-cdc #96

[SELC-5740] Feat: Added module for user-group-cdc

[SELC-5740] Feat: Added module for user-group-cdc #96

name: Swagger Detect Conflict and Update
on:
pull_request:
branches:
- main
- releases/*
types: [ opened, synchronize, reopened ]
paths:
- "apps/user-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-conflict
uses: pagopa/selfcare-commons/github-actions-template/swagger-detect-conflict-quarkus@main
with:
path_openapi_docs: src/main/docs/openapi.json
module: user-ms
github_token: ${{ secrets.GITHUB_TOKEN }}