Skip to content

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #2022

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x)

fix(deps): update module github.com/longhorn/go-spdk-helper to v0.6.1 (v1.10.x) #2022

name: Conventional Commits
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- reopened
permissions:
pull-requests: read
jobs:
commit-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with:
fetch-depth: 0
- name: Lint Commits
uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
- name: Lint Pull Request
uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
chore
vendor
build
ci
revert
BREAKING