-
Notifications
You must be signed in to change notification settings - Fork 128
chore: Fix metadata check GitHub Actions workflow #2168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Jugal Kishore <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
🤖 Hi @crazyuploader, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
Claude finished @crazyuploader's task —— View job Review CompleteTodo List:
SummaryThis PR enhances the metadata validation script to enforce a 7-day window for document dates (both past and future). The changes are well-structured and improve the validation logic. Code Reviewscripts/check-docs-metadata.js:176-192 The implementation is solid with good improvements: ✅ Good additions:
✅ Code quality:
Minor observation (not blocking):
This appears intentional based on the CONTRIBUTING.md requirements (line 43: "Metadata: run PR Checklist ReferenceSince this is a script/tooling change (not documentation), most items from the PR Checklist in CONTRIBUTING.md don't apply. The relevant checks are:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📋 Docs Review Summary
- Scope: documentation-only review. Non-docs changes were ignored.
- The changes to the documentation metadata validation script were reviewed. No issues were found based on the current guidelines in
CONTRIBUTING.md.
✅ PR Checklist Reference (from CONTRIBUTING.md)
- No documentation content was changed, so the checklist is not applicable.
🔍 General Feedback
- No general feedback.
Signed-off-by: Jugal Kishore <[email protected]>
|
🤖 Hi @crazyuploader, I've received your request, and I'm working on it now! You can track my progress in the logs for more details. |
|
Claude finished @crazyuploader's task —— View job Todo List
SummaryThis PR improves the documentation metadata validation script by adding a 7-day window constraint for document dates (both past and future). The implementation is solid with comprehensive test coverage. No issues found. Reviewscripts/check-docs-metadata.js:176-195 The date validation logic is well-implemented: ✅ Correct implementation:
✅ Edge cases handled:
tests/docs-metadata.test.js ✅ Excellent test coverage:
NotesThis validation enforces a strict 7-day window for document dates. This means:
Based on CONTRIBUTING.md line 43, this aligns with the intended workflow where contributors run |
No description provided.