Test: 50 commits with Block Kit and section splitting#131
Closed
duckdum wants to merge 53 commits into
Closed
Conversation
added 30 commits
March 26, 2026 21:38
…rade to Block Kit - Fix regex to allow spaces in multi-scope commits (e.g. "chore(companion, bs, frontend):") - Place multi-scope commits under first (primary) scope only - Filter out merge commits (Merge branch, Merge remote-tracking, Merge pull request) - Add Block Kit formatted output when sort-commits is enabled: - Scopes sorted alphabetically with headers - Types sorted alphabetically within each scope - Commits sorted by author within each type - Chunking to respect Slack's 50-block limit - Handle edge case when all commits are filtered out - Add error logging for failed Slack block posts - Enable sort-commits in workflow
The categorizeCommits JSDoc claimed multi-scope commits get an "also: X, Y" indicator, but this was never implemented.
…imit Slack section blocks have a 3000-character text limit. When a scope has many commits, the joined text could exceed this and get silently truncated. Now splits into multiple section blocks when approaching the limit.
added 23 commits
March 26, 2026 22:01
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.
Slack message_ts: 1774562553.678649
E2E test for Block Kit output with sort-commits=true, 50 commits across 8 scopes, verifying section splitting for large scopes.