Skip to content

fix(workflow): fix create-crd-update-pr-in-longhorn-repo.yml #1234

fix(workflow): fix create-crd-update-pr-in-longhorn-repo.yml

fix(workflow): fix create-crd-update-pr-in-longhorn-repo.yml #1234

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@v4
with:
fetch-depth: 0
- name: Lint Commits
uses: wagoid/commitlint-github-action@v6
- name: Lint Pull Request
uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
style
refactor
perf
test
chore
vendor
build
ci
revert
BREAKING