Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

build(deps): update module golang.org/x/crypto to v0.17.0 [skip ci] #2508

build(deps): update module golang.org/x/crypto to v0.17.0 [skip ci]

build(deps): update module golang.org/x/crypto to v0.17.0 [skip ci] #2508

name: Semantic PR Validation
on:
pull_request_target:
types:
- opened
- edited
- synchronize
defaults:
run:
shell: bash
jobs:
validate-semantic-pr:
runs-on: ubuntu-20.04
steps:
- name: Validate Pull Request
uses: amannn/action-semantic-pull-request@00282d63cda40a6eaf3e9d0cbb1ac4384de896e8
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Configure which types are allowed.
# Default: https://github.com/commitizen/conventional-commit-types
types: |
feat
fix
build
chore
ci
docs
perf
refactor
revert
style
test
# Configure that a scope must always be provided.
requireScope: false
# When using "Squash and merge" on a PR with only one commit, GitHub
# will suggest using that commit message instead of the PR title for the
# merge commit, and it's easy to commit this by mistake. Enable this option
# to also validate the commit message for one commit PRs.
validateSingleCommit: true