Skip to content

chore(main): release helm-charts/medcat-trainer-helm 0.5.0 #20

chore(main): release helm-charts/medcat-trainer-helm 0.5.0

chore(main): release helm-charts/medcat-trainer-helm 0.5.0 #20

Workflow file for this run

name: PR - Lint
on:
pull_request:
types:
- opened
- edited
- synchronize
jobs:
lint-pr-title:
name: Validate PR title (Conventional Commits)
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}