feat(l1): ethrex_replay
add new command to create cache for block
#9796
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Perf Changelog | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled] | |
jobs: | |
# Enforces the update of a changelog file on every pull request | |
# We only want this for perf-related changes for now, so we add a few labels | |
# for which the check is skipped | |
changelog: | |
if: contains(github.event.pull_request.labels.*.name, 'performance') | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dangoslen/changelog-enforcer@v3 |