Skip to content

Bump golang.org/x/crypto from 0.5.0 to 0.17.0 #9

Bump golang.org/x/crypto from 0.5.0 to 0.17.0

Bump golang.org/x/crypto from 0.5.0 to 0.17.0 #9

Workflow file for this run

name: "Check PR Title"
on:
pull_request_target:
branches:
- main
- develop
- release/**
types:
- opened
- reopened
- edited
- synchronize
- ready_for_review
- review_requested
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-pr:
name: "PR format check"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test
# Configure that a scope must always be provided.
requireScope: false