Improve manifest update PR details#97
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: a66365ed02
ℹ️ 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".
There was a problem hiding this comment.
Pull request overview
Updates the manifest refresh automation to surface which prek versions were newly added, and uses that information to generate a more informative automated PR title/body.
Changes:
- Read the existing
src/version-manifest.jsonto compute a list of newly added prek versions. - Emit GitHub Actions step outputs (
pr_title,added_versions_markdown, etc.) from the updater script. - Update the
update-version-manifestworkflow to use the generated PR title and include the added versions list in the PR body.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
scripts/update-version-manifest.mjs |
Computes newly added versions, logs them, and writes GitHub Actions outputs for downstream workflow steps. |
.github/workflows/update-version-manifest.yml |
Uses the updater step outputs to set the PR title and body content. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a66365e to
393721d
Compare
Show newly added prek versions in the updater output and use them in the automated PR title and body.