chore: enable changelog check on PRs (#21750)

Co-authored-by: Amp <amp@ampcode.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Emma Jamieson-Hoare
2026-02-05 17:59:28 +00:00
committed by GitHub
parent 902b76092b
commit f113caa26a
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
reth: patch
---
Re-enabled changelog workflow to run automatically on pull requests.

View File

@@ -1,20 +1,22 @@
name: Changelog
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
jobs:
changelog:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}
- run: npm install -g @anthropic-ai/claude-code
- uses: wevm/changelogs-rs/gen@master
- uses: wevm/changelogs/check@master
with:
ai: 'claude -p'
env: