Skip to content

refactor: VersionFor method uses reflection #468

refactor: VersionFor method uses reflection

refactor: VersionFor method uses reflection #468

name: Rollup Config and Genesis Diff
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
compute-genesis-diff:

Check failure on line 8 in .github/workflows/rollup-config-and-genesis-diff.yml

View workflow run for this annotation

GitHub Actions / Rollup Config and Genesis Diff

Invalid workflow file

The workflow is not valid. .github/workflows/rollup-config-and-genesis-diff.yml (Line: 8, Col: 3): Error calling workflow 'ethereum-optimism/superchain-registry/.github/workflows/diff-workflow.yml@4a8b6efdc356551b9a91cb068c01075570add272'. The nested job 'compute-config-diff-and-report-with-pr-comment' is requesting 'pull-requests: write', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/diff-workflow.yml
with:
command: generate-genesis
directory: generate-genesis
message: "Detected nonzero diff in genesis. This PR modifies the genesis data of at least one chain in the registry, which may or may not have been intended"
compute-rollup-config-diff:
uses: ./.github/workflows/diff-workflow.yml
with:
command: generate-rollup-config
directory: generate-rollup-config
message: "Detected nonzero diff in rollup config. This PR modifies the configuration of at least one chain in the registry, which may or may not have been intended"