Skip to content

chore: bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #4

chore: bump github.com/spf13/cobra from 1.7.0 to 1.8.0

chore: bump github.com/spf13/cobra from 1.7.0 to 1.8.0 #4

Workflow file for this run

name: Conventional Commits
on:
pull_request:
branches: [ "main" ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.2.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}