chore(changelog): dedupe #66884 entry into 2026.4.24 (Unreleased)#71410
Merged
Conversation
Contributor
Greptile SummaryThis PR removes a duplicate Confidence Score: 5/5Safe to merge — changelog-only cleanup with no code changes. The diff is a straightforward deduplication of a changelog entry. No logic, no code, no security surface. The resulting CHANGELOG structure is correct. No files require special attention. Reviews (1): Last reviewed commit: "chore(changelog): move #66884 entry to 2..." | Re-trigger Greptile |
Angfr95
pushed a commit
to Angfr95/openclaw
that referenced
this pull request
Apr 25, 2026
ogt-redknie
pushed a commit
to ogt-redknie/OPENX
that referenced
this pull request
May 2, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 9, 2026
globalcaos
pushed a commit
to globalcaos/tinkerclaw
that referenced
this pull request
May 13, 2026
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
## Unreleasedsection introduced when fix(ci): harden release checks workflow inputs #66884 landed.## 2026.4.24 (Unreleased) > ### Fixes, matching the active release block used by the rest of the file.Why
PR #66884 shipped two duplicate entries for itself: one written during
/prepare-pr, and a second one auto-inserted during the push-time rebase step. The auto-insertion did not recognize## 2026.4.24 (Unreleased)as the active block, so it synthesized a new top-level## Unreleasedsection and appended a PR-title-style line there. This PR cleans that up — no code change.Test plan
grep -c "#66884" CHANGELOG.mdreturns1## 2026.4.24 (Unreleased))