ci(APP-1028): warn about open Linear tickets in the release summary - #1291
Merged
tyhonchik merged 1 commit intoAug 4, 2026
Merged
Conversation
|
🚀 Preview Deployment: View Here |
|
E2E results (preview) Smoke
|
tyhonchik
force-pushed
the
app-1028-automated-release-improvements-based-on-aug-31-retro
branch
from
August 4, 2026 09:15
cac6618 to
0dce412
Compare
tyhonchik
force-pushed
the
app-1028-automated-release-improvements-based-on-aug-31-retro
branch
from
August 4, 2026 09:37
0dce412 to
0a8bc68
Compare
tyhonchik
deleted the
app-1028-automated-release-improvements-based-on-aug-31-retro
branch
August 4, 2026 11:56
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.
Description
Adds an "⚠️ Open tickets" section to the generated release summary (APP-1028, Aug 31 retro): every Linear ticket referenced by the release commits whose state is not
completed/canceledis listed at the top of the release PR body with its current status. The warning also reaches the Slack head message and refreshes on every push to the release PR, since both already reuse this summary. The release is warned about, never blocked — merging stays a human decision.Tickets that fail to resolve in Linear (false-positive ids like
UTF-8) are excluded from the warning, matching the existing enrichment behavior.Type of Change
Developer Checklist:
pnpm test:release-summary, mocked Linear API)