Skip to content

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /weaver/samples/fabric/go-cli in the go_modules group across 1 directory #727

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /weaver/samples/fabric/go-cli in the go_modules group across 1 directory

build(deps): bump golang.org/x/crypto from 0.24.0 to 0.31.0 in /weaver/samples/fabric/go-cli in the go_modules group across 1 directory #727

---
name: PR - Commit Parity
on: [pull_request]
jobs:
pr-commit-parity:
name: PR and Commit messages Parity
runs-on: ubuntu-22.04
if: "!contains('dependabot[bot]', github.event.pull_request.user.login)"
env:
ACCEPTABLE_SIMILARITY_RATIO: 0.9
steps:
- uses: actions/[email protected]
- name: Execute pr-commit-parity script
run: node tools/pr-commit-parity.js ${{ github.event.pull_request.url }} "$ACCEPTABLE_SIMILARITY_RATIO"