Skip to content

chore(deps): bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 #298

chore(deps): bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0

chore(deps): bump github.com/hashicorp/vault/api from 1.14.0 to 1.15.0 #298

name: "Lint PR Title"
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
name: "Lint title"
permissions:
statuses: write
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}