chore(deps-dev): bump rollup from 3.29.4 to 3.29.5 #61
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: PR | |
on: | |
pull_request: | |
types: | |
- edited | |
- opened | |
- reopened | |
- synchronize | |
jobs: | |
title: | |
name: Check Title | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: Check | |
uses: stordco/[email protected] | |
with: | |
regex: '^(feat!|fix!|fix|feat|chore|(fix|feat|chore)\(\w.*\)):\s(\[\w{1,8}-\d{1,8}\]|.*).*' | |
hint: | | |
You can pass the following formats: | |
fix: [OR-123] some title of the PR | |
fix(scope): [OR-123] some title of the PR | |
feat: [OR-1234] some title of the PR | |
chore: update some action |