Skip to content

feat(evm): handle nonce gaps before resubmission #2921

feat(evm): handle nonce gaps before resubmission

feat(evm): handle nonce gaps before resubmission #2921

Workflow file for this run

---
name: PR Title
on:
pull_request:
branches:
- main
types:
- opened
- edited
- reopened
- synchronize
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@fe104658747b27e96e4f7e80cd0a94068e53901d # v2.16.1
with:
egress-policy: audit
- uses: thehanimo/pr-title-checker@7fbfe05602bdd86f926d3fb3bccb6f3aed43bc70 # v1.4.3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration_path: .github/pr-title-checker-config.json