Skip to content

test(connector-besu): jest migrate get-past-logs-endpoint.test.ts #211

test(connector-besu): jest migrate get-past-logs-endpoint.test.ts

test(connector-besu): jest migrate get-past-logs-endpoint.test.ts #211

---
name: PR - Commit Parity
'on':
pull_request:
branches:
- main
- dev
- petermetz/**
push:
branches:
- main
- dev
env:
NODEJS_VERSION: v18.18.2
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/checkout@v3.1.0
- name: Execute pr-commit-parity script
run: node tools/pr-commit-parity.js ${{ github.event.pull_request.url }} "$ACCEPTABLE_SIMILARITY_RATIO"