Skip to content

fix(transaction): guard Tx.Clone against nil big.Int fields #57

fix(transaction): guard Tx.Clone against nil big.Int fields

fix(transaction): guard Tx.Clone against nil big.Int fields #57

Workflow file for this run

name: Changelogs
on:
pull_request:
types: [opened, synchronize]
jobs:
changelogs:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
# fetch-depth: 0 is required so the action can `git diff origin/main...HEAD`
# against the base branch.
- uses: actions/checkout@v7.0.0
with:
fetch-depth: 0
# NOTE: `ai: 'amp -x'` and the `AMP_API_KEY` env are still intentionally
# omitted. The check action's AI path runs
# `curl -sSL https://changelogs.sh | sh`, which installs the upstream
# `wevm/changelogs-rs` binary — that binary does not yet ship Go
# ecosystem support, so the AI generation step would error out with
# `could not detect workspace`. Re-enable AI suggestions once a
# Go-aware binary is published to `wevm/changelogs-rs/releases`.
- uses: tempoxyz/changelogs/check@master