feat(ci): structure release notes#6243
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c863898037
ℹ️ 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".
| - title: Translation updates | ||
| authors: | ||
| - weblate |
There was a problem hiding this comment.
Use supported category selectors in release config
The Translation updates block uses authors as an inclusion selector, but GitHub's release-note config only supports category matching by labels (with exclude.authors for filtering), and each category requires a labels list. As written, this category is not valid for matching PRs, so Weblate translation PRs will not be grouped here and may be omitted or fall into an unintended section when generating release notes.
Useful? React with 👍 / 👎.
No description provided.