Skip to content

fix(ci): improve nightly changelog readability and fix null issue titles#683

Merged
mrcfps merged 4 commits intomainfrom
fix/nightly-changelog-readability
Mar 30, 2026
Merged

fix(ci): improve nightly changelog readability and fix null issue titles#683
mrcfps merged 4 commits intomainfrom
fix/nightly-changelog-readability

Conversation

@lefarcen
Copy link
Copy Markdown
Collaborator

What

Fix the nightly Feishu notification card and add GitHub Step Summary for better changelog readability.

Why

The first nightly notification had several issues:

  • → #508 null — issue titles showed as null because closingIssuesReferences doesn't always include titles
  • PR numbers (#550) were plain text, not clickable links
  • Hard to distinguish PRs from issues in the changelog
  • GitHub Actions run page had no changelog summary

How

Fix null issue titles

  • Fetch issue titles individually via gh issue view instead of relying on closingIssuesReferences title field

Clickable links in Feishu

  • PR numbers: [PR #550](https://github.com/nexu-io/nexu/pull/550)
  • Issue numbers: [#508](https://github.com/nexu-io/nexu/issues/508)

Clear PR vs Issue distinction

`desktop` correct inherited mac entitlements (PR #553)
    📌 #508 _libsecinit_appsandbox.cold.6
  • PR title on first line with area tag and clickable PR link
  • Associated issues indented below with 📌 prefix

GitHub Step Summary

  • Version/baseline/PR count table on the Actions run page
  • Full changelog in GFM format

Three output formats

  • changelog_feishu.txt — Feishu markdown with links
  • changelog_github.txt — GitHub Flavored Markdown for step summary
  • changelog_plain.txt — Plain text for LLM input

Affected areas

  • Build / CI / Tooling

Checklist

  • No credentials or tokens in code or logs

- Fetch issue titles individually via gh issue view (fix null titles)
- PR numbers are clickable links in Feishu card
- Closing issues shown with 📌 prefix, clearly separated from PR title
- Add GitHub Step Summary with version/baseline/changelog table
- Clean PR titles by stripping conventional commit prefix for display
- Three output formats: feishu (links), github (GFM), plain (LLM input)
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a172a892e6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/desktop-nightly.yml Outdated
…-readability

# Conflicts:
#	.github/workflows/desktop-nightly.yml
Previously only matched squash-merge format '(#123)'. Now also matches
'Merge pull request #123' format, fixing incomplete changelogs when
the commit range includes non-squash merges.
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented Mar 30, 2026

Deploying nexu-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: f2f6035
Status: ✅  Deploy successful!
Preview URL: https://5b39f060.nexu-docs.pages.dev
Branch Preview URL: https://fix-nightly-changelog-readab.nexu-docs.pages.dev

View logs

@mrcfps mrcfps merged commit 23e636d into main Mar 30, 2026
7 checks passed
@mrcfps mrcfps deleted the fix/nightly-changelog-readability branch March 30, 2026 15:57
@lefarcen lefarcen mentioned this pull request Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants