Skip to content

fix: only create jira version if gh release has PR references #462

fix: only create jira version if gh release has PR references

fix: only create jira version if gh release has PR references #462

# Validates PR title follows conventional commits
on:
pull_request:
types:
- edited
- opened
- synchronize
- reopened
jobs:
conventional_commit_title:
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/conventional-commits