Skip to content

ci: Use very simple version matching pattern for release tags #38

ci: Use very simple version matching pattern for release tags

ci: Use very simple version matching pattern for release tags #38

Workflow file for this run

name: lint-pr-title
on:
pull_request:
branches:
- master
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint-pr-title:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Check PR title matches Conventional Commit format
uses: matthiashermsen/[email protected]
with:
allowed-pull-request-types: build,ci,docs,feat,fix,refactor,revert,test