Skip to content

feat(ci): add cliff.toml for structured changelog generation #34

feat(ci): add cliff.toml for structured changelog generation

feat(ci): add cliff.toml for structured changelog generation #34

Workflow file for this run

name: PR Release Gate
on:
pull_request:
branches:
- main
permissions: {}
jobs:
gate:
if: github.event.pull_request.head.ref == 'auto/promote-testing-to-main'
permissions:
actions: read
contents: read
issues: write
packages: read
pull-requests: write
uses: projectbluefin/actions/.github/workflows/reusable-release-gate.yml@7f79969c2ff74c51ac7f385cb0a86414975308d7 # v1
with:
repo: ${{ github.repository }}
registry: ghcr.io/projectbluefin
variants: >-
[{"image":"dakota"},{"image":"dakota-nvidia"}]
cosign_identity_regexp: ^https://github\.com/projectbluefin/(dakota|actions)/\.github/workflows/
target_tag: testing
run_e2e: false
secrets: inherit