Skip to content

fix: Update template workflow to reusable workflow #2

fix: Update template workflow to reusable workflow

fix: Update template workflow to reusable workflow #2

Workflow file for this run

---
name: 'Validate PR'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
- assigned
jobs:
changelog-automation:
uses: ./.github/workflows/pre-validation.yml
secrets: inherit