Skip to content

chore: migrate superschema/types to orange-cloudavenue #132

chore: migrate superschema/types to orange-cloudavenue

chore: migrate superschema/types to orange-cloudavenue #132

Workflow file for this run

# --------------------------------------------------------------
# WARNING: This file is managed by centralized sync management system.
# Do not edit this file directly, your changes will be overwritten.
# See https://github.com/orange-cloudavenue/workflows for more information.
# --------------------------------------------------------------
name: PR Close
on:
pull_request:
types: [closed]
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
cancel-in-progress: true
permissions:
contents: write
pull-requests: write
jobs:
GenerateChangelog:
if: github.event.pull_request.merged || github.event_name == 'workflow_dispatch'
name: "Generate CHANGELOG"
uses: orange-cloudavenue/workflows/.github/workflows/changelog_generate-changelog.yml@main
secrets:
TOKEN: ${{ secrets.CHANGELOG_PAT }}