Skip to content

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2 #122

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

build(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.1 to 6.6.2 #122

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