Skip to content

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the dependencies group #93

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the dependencies group

chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 in the dependencies group #93

Workflow file for this run

## Reference: https://github.com/amannn/action-semantic-pull-request
---
name: "Lint PR Title"
on:
# pull_request_target event is required for autolabeler to support all PRs including forks
pull_request_target:
types: [opened, reopened, edited, synchronize]
jobs:
lint_pr_title:
permissions:
contents: read
pull-requests: read
statuses: write
uses: github/ospo-reusable-workflows/.github/workflows/pr-title.yaml@6a0a6d0de2227f9d5d11af90a87b2e2fd6b5463d
secrets:
github-token: ${{ secrets.GITHUB_TOKEN }}