Skip to content

chore(deps): bump github.com/privateerproj/privateer-sdk from 0.6.1 to 0.7.0 in the dependencies group #97

chore(deps): bump github.com/privateerproj/privateer-sdk from 0.6.1 to 0.7.0 in the dependencies group

chore(deps): bump github.com/privateerproj/privateer-sdk from 0.6.1 to 0.7.0 in the dependencies group #97

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 }}