Skip to content

build(go): apply minor/patch package updates #1359

build(go): apply minor/patch package updates

build(go): apply minor/patch package updates #1359

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: ".*"