ci: remove unused maintainer workflow approval - #8551
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
💤 Files with no reviewable changes (7)
📝 WalkthroughWalkthroughThe pull request removes the maintainer workflow approval workflow, its implementation, related tests, the source-shape exception, and Vitest watch-trigger entries. ChangesMaintainer approval removal
Estimated code review effort: 3 (Moderate) | ~20 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Code Coverage OverviewLanguages: TypeScript TypeScript / code-coverage/pluginThe overall coverage in commit b5606fa in the TypeScript / code-coverage/cliThe overall coverage in commit b5606fa in the Show a code coverage summary of the most impacted files.
Updated |
PR Review Advisor — No blocking findings reportedAdvisor assessment: No blocking advisor findings reported Model lanes
Second-opinion terminology and E2E selections are advisory. Live E2E does not run automatically for pull requests. E2E guidanceAdvisory only. A maintainer can dispatch the default E2E suite against this exact revision. Recommended E2E: None This automated review informs maintainers. Warnings and suggestions do not require a response. A maintainer decides whether to merge. |
Summary
This change removes the unused maintainer workflow-run approval controller and its
actions: writepermission. GitHub's approval controls remain in effect.Changes
.github/workflows/approve-maintainer-pr-workflow-runs.yamland its trusted TypeScript helper.Type of Change
Quality Gates
b5606fa84covered all seven changed files and passed all nine repository rubric categories with no findings. Removing thepull_request_targetworkflow eliminates itsactions: writetoken and leaves GitHub approval controls fail-closed.Documentation Writer Review
no-docs-neededb5606fa84; the removal changes maintainer-only CI automation and has no public documentation impact.DGX Station Hardware Evidence
scripts/prepare-dgx-station-host.sh.Verification
Signed-off-by:line and every commit appears asVerifiedin GitHubpre-commit,commit-msg, andpre-pushhooks passed, ornpm run validate:prpassed after refreshingorigin/mainwhen hooks were skipped or unavailablenpx vitest run --project integration test/vitest-watch-triggers.test.tspassed 5 tests;npm run checks:repositorypassed, including exact Vitest project membership and source-shape budget validation.npm testfor broad runtime/test-harness changes;npm run checkfor repo-wide validation/coverage changes — command/result:npm run docsbuilds without warnings (doc changes only)Signed-off-by: Carlos Villela cvillela@nvidia.com
Summary by CodeRabbit