Skip to content

build: apply other go package updates #442

build: apply other go package updates

build: apply other go package updates #442

name: Conventional Commits
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
run:
name: Run
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Verify
uses: agenthunt/[email protected]
with:
pr-title-regex: "^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\\([\\w\\-\\.]+\\))?(!)?: ([\\w ])+([\\s\\S]*)"
pr-body-regex: ".*"