Skip to content

feat: add check to prevent releases with "latest" version dependencies #1128

feat: add check to prevent releases with "latest" version dependencies

feat: add check to prevent releases with "latest" version dependencies #1128

Workflow file for this run

name: Conventional Commit PR message check
on:
pull_request:
branches:
- "master"
- "v[0-9]+.[0-9]+.x"
types: [opened, edited, synchronize]
jobs:
check-for-cc:
runs-on: ubuntu-latest
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v2.0.0
with:
pr-body-regex: '.*'