From f113caa26a46fcf174bb9c26b194456f11429d0d Mon Sep 17 00:00:00 2001 From: Emma Jamieson-Hoare Date: Thu, 5 Feb 2026 17:59:28 +0000 Subject: [PATCH] chore: enable changelog check on PRs (#21750) Co-authored-by: Amp Co-authored-by: github-actions[bot] --- .changelog/lively-deer-shout.md | 5 +++++ .github/workflows/changelog.yml | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changelog/lively-deer-shout.md diff --git a/.changelog/lively-deer-shout.md b/.changelog/lively-deer-shout.md new file mode 100644 index 0000000000..a2e0591362 --- /dev/null +++ b/.changelog/lively-deer-shout.md @@ -0,0 +1,5 @@ +--- +reth: patch +--- + +Re-enabled changelog workflow to run automatically on pull requests. diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2b57c18f01..becb33a0c1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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: