Skip to content

[DX-2784] feat: added zkevm transaction receipt acquirement method #72

[DX-2784] feat: added zkevm transaction receipt acquirement method

[DX-2784] feat: added zkevm transaction receipt acquirement method #72

Workflow file for this run

---
name: 'Assert Branch Naming Convention'
on: pull_request
jobs:
branch-naming-rules:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-branch-name@master
with:
regex: '([a-z])+\/([a-z0-9.-])+'
allowed_prefixes: 'feat,fix,build,chore,ci,docs,style,refactor,perf,test,revert'
ignore: main
min_length: 5
max_length: 50