Skip to content

fix(deps): update module github.com/spf13/cobra to v1.8.1 #1736

fix(deps): update module github.com/spf13/cobra to v1.8.1

fix(deps): update module github.com/spf13/cobra to v1.8.1 #1736

name: 'Lint PR title'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}