Skip to content

feat(release-changelog): add manual trigger to allow updating changelog for existing semantic versioned tag #20

feat(release-changelog): add manual trigger to allow updating changelog for existing semantic versioned tag

feat(release-changelog): add manual trigger to allow updating changelog for existing semantic versioned tag #20

---
name: 🔍 PR Validation
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
pr-validation:
uses: ./.github/workflows/pr-checks.yml
...