Include AI-generated changelog entries in the commit message - #594
Merged
dblock merged 1 commit intoAug 12, 2026
Merged
Conversation
…t the PR body PR slack-ruby#590 showed this gap: the commit message was just 'Update API from slack-api-ref@784d1d4 (2026-08-12)', with no details, while the PR body had the full list of changes generated by the AI CHANGELOG step. Anyone looking at git log/git blame for this commit alone (outside the PR UI) had no idea what actually changed. Reuse steps.entries.outputs.body_list (already computed for the PR body) in commit-message as well, so the commit message itself carries the same bulleted summary of changes. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Danger ReportWarnings
MarkdownsHere's an example of a CHANGELOG.md entry: * [#594](https://github.com/slack-ruby/slack-ruby-client/pull/594): Include ai-generated changelog entries in the commit message - [@dblock](https://github.com/dblock). |
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.
PR #590 showed a gap: the automated API update commit message was just
Update API from slack-api-ref@784d1d4 (2026-08-12), with no details, while the PR body had the full AI-generated list of changes.This reuses
steps.entries.outputs.body_list(already computed for the PR body) incommit-messageas well, so the commit message itself carries the same bulleted summary — useful for anyone looking atgit log/git blameoutside the PR UI.