Skip to content

build(deps): Bump golang.org/x/crypto from 0.10.0 to 0.11.0 #1146

build(deps): Bump golang.org/x/crypto from 0.10.0 to 0.11.0

build(deps): Bump golang.org/x/crypto from 0.10.0 to 0.11.0 #1146

Workflow file for this run

# When a third-party action is added (i.e., `uses`), please also add it to `download-licenses` in Makefile.
name: "Lint PR Title"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
main:
name: conventional-commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
# List from https://github.com/commitizen/conventional-commit-types/blob/master/index.json
# with custom types added at the end.
# Custom types should also be added in release-please.yaml changelog-types.
types: |
feat
fix
docs
style
refactor
perf
test
build
ci
chore
revert
exp
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}