Skip to content

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #2

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0

deps(gomod): bump golang.org/x/crypto from 0.23.0 to 0.31.0 #2

Workflow file for this run

name: "Lint PR title"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.BOT_GH_TOKEN }}
with:
# Default: https://github.com/commitizen/conventional-commit-types
# https://github.com/amannn/action-semantic-pull-request?tab=readme-ov-file#configuration
types: |
fix
feat
chore
deps
docs
style
refactor
test
perf
build
ci
revert