Skip to content

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.6 to 6.5.8 #111

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.6 to 6.5.8

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.5.6 to 6.5.8 #111

name: conventional-commits
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
refactor
test
scopes: |
cmd
deps
requireScope: false
validateSingleCommit: true
validateSingleCommitMatchesPrTitle: true