[TEST] AI Release Notes Reviewer with v24.1.29 Release Notes#23294
Closed
mikeCRL wants to merge 5 commits into
Closed
[TEST] AI Release Notes Reviewer with v24.1.29 Release Notes#23294mikeCRL wants to merge 5 commits into
mikeCRL wants to merge 5 commits into
Conversation
Introduces a GitHub Action that automatically reviews PRs touching release notes files using schema validation, technical accuracy checks, and OpenAI GPT-4o content quality analysis. - Copies core reviewer logic into .github/scripts/release_review/ - Adds standalone runner script (.github/scripts/run_release_review.py) - Adds workflow that triggers on PRs to main touching releases.yml or _includes/releases/** - Posts results as a neutral (advisory) check run and updatable PR comment - Never blocks merge; requires OPENAI_API_KEY repository secret
…t-ai-reviewer-with-v24.1.29
✅ Deploy Preview for cockroachdb-interactivetutorials-docs canceled.
|
✅ Deploy Preview for cockroachdb-api-docs canceled.
|
Files changed:
|
|
Release Notes Advisory (AI) — No issues found. Release notes look good! High: 0 · Medium: 0 · Low: 0 Links Posted by docs-fast-agent — advisory only, does not block merge. |
✅ Netlify Preview
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Purpose
This is a test PR to validate the AI-powered release notes reviewer (from PR #23174) against actual WIP release notes (from PR #23291).
What's in this PR
This branch combines:
ai/release-notes-reviewer)v24.1.29-release-notes)Why this test?
PR #23248 tested the checks with existing release notes that were already on main, so the diff didn't contain anything checkable. This PR tests against fresh release notes to see if the AI reviewer catches any issues.
Expected behavior
When this PR is created, it should trigger the
release-notes-review.ymlworkflow, which will:Note
This PR is for testing only and should NOT be merged. It combines changes from multiple branches for testing purposes. The original PRs (#23174 and #23291) should be handled separately.