Open
Conversation
|
Cursor Agent can help with this pull request. Just |
Add comprehensive scripts for managing pull request descriptions and metadata: - update_all_pr_descriptions.py: Automates updating PR descriptions according to repository documentation - update_all_pr_metadata.py: Updates PR metadata (milestones, labels, assignees, project board) - verify_pr_metadata.py: Verification tool for PR metadata completeness - update_prs_automated.sh: Helper script for automated PR updates These scripts follow the guidelines in docs/ALL_PRS_UPDATE_GUIDE.md and support the v1.3 - Quality & Polish milestone maintenance tasks. Related to: PR #90
5eac01b to
b1001d3
Compare
Co-authored-by: benyakoub.pro <benyakoub.pro@gmail.com>
Move COMMIT_ORGANIZATION_SUMMARY.md to docs/status-reports/ directory to keep it with other status reports and maintain repository organization. Related to: PR #90
- Fix E2E tests workflow to handle standalone output mode correctly - Use 'node .next/standalone/server.js' when standalone build exists - Fallback to 'npm start' for non-standalone builds - Fix test workflow to use 'npm run test:run' command - Remove empty test files causing test failures: - src/lib/pagination.test.ts (empty) - src/lib/validation-helpers.test.ts (empty) These fixes address the 3 failing workflow checks: - E2E Tests (Playwright) - server startup issue - Run Tests - empty test file errors - PR Quality Assessment - will be fixed with PR description update Related to: PR #90
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.
Description
Description
This PR introduces a set of files to standardize the descriptions of 15 existing open pull requests, aligning them with the repository's documentation and PR template. It includes generated descriptions for each PR and a script to automate their update, though manual application is currently required due to API permission limitations.
Type of Change
Related Issues
Closes #
Related to #
Changes Made
PR_DESCRIPTIONS_TO_UPDATE.md: Contains the full, formatted descriptions for all 15 target PRs.update_all_pr_descriptions.py: A Python script designed to automate the update of PR descriptions via the GitHub API (requires a token with write permissions).update_prs_automated.sh: A helper shell script for reference.PR_UPDATE_SUMMARY.md: Provides an overview, status, and instructions for updating the PRs.Testing
Test Steps
PR_DESCRIPTIONS_TO_UPDATE.mdto ensure descriptions are correctly formatted and contain relevant information (version changes, compatibility, checklists, metadata).update_all_pr_descriptions.pyfor correctness and adherence to the GitHub API for PR body updates.PR_UPDATE_SUMMARY.mdare clear and actionable.Test Results
Screenshots (if applicable)
Checklist
Additional Notes
The automated script (
update_all_pr_descriptions.py) was unable to update the PRs directly due to insufficient GitHub API token permissions (lacked write access to pull requests). Therefore, the primary output of this PR is thePR_DESCRIPTIONS_TO_UPDATE.mdfile, which facilitates manual updates. ThePR_UPDATE_SUMMARY.mdprovides detailed instructions for both manual and automated (if permissions are granted) update processes.Reviewers
@
Type of Change
Changes Made
Testing
Related
🚀 Status
⏳ Awaiting review