-
Notifications
You must be signed in to change notification settings - Fork 225
chore(profile): add profile for Hendri Antonius #959
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughAdded two duplicate public entries for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches❌ Failed checks (2 warnings)
✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
profile-submission.json (1)
333-338: Optional: enforce via JSON Schema in CI.Add a simple JSON Schema + pre-commit/CI check to prevent format drift and duplicates.
Example schema fields:
- github_handle: string, pattern "^[a-zA-Z0-9-]+$"
- full_name: non-empty string
- github_trial_issue_link: pattern "^https://github\\.com/holdex/trial/issues/[0-9]+$"
- uniqueItems on github_handle via CI script as above
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
profile-submission.json(1 hunks)
🔇 Additional comments (2)
profile-submission.json (2)
333-338: LGTM — profile entry added correctly.JSON remains valid; fields and formatting match existing entries.
333-338: Handle uniqueness and link format validated
All sanity checks passed and the new entry is correct.
Time Submission Status
|
Signed-off-by: Tiffany V. Y. <116727382+tiffmyaaw@users.noreply.github.com>
|
Hi @hendri-27 could you please submit your time spent |
Signed-off-by: Tiffany V. Y. <116727382+tiffmyaaw@users.noreply.github.com>
tiffmyaaw
left a comment
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.
@hendri-27 could you verify your commits, then submit your time spent and re-request a review from me again. Thanks!
Signed-off-by: Tiffany V. Y. <116727382+tiffmyaaw@users.noreply.github.com>
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.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (2)
profile-submission.json (2)
98-107: Critical: Duplicate entry forpremgurusamy.The profile for
premgurusamy(Prem Anandh) appears twice in the array—once at lines 98–102 (newly added) and again at lines 103–107 (existing). This creates a duplicate entry that violates data integrity. Remove the duplicate at lines 103–107.- { - "github_handle": "premgurusamy", - "full_name": "Prem Anandh", - "github_trial_issue_link": "https://github.com/holdex/trial/issues/457" - },
343-352: Critical: Duplicate entry formikaelowenn.The profile for
mikaelowenn(Mikael Owen) appears twice in the array—once at lines 343–347 (newly added) and again at lines 348–352 (existing). This creates a duplicate entry that violates data integrity. Remove the duplicate at lines 348–352.- { - "github_handle": "mikaelowenn", - "full_name": "Mikael Owen", - "github_trial_issue_link": "https://github.com/holdex/trial/issues/397" - },
Removed duplicate entries for Prem Anandh and Mikael Owen. Signed-off-by: Tiffany V. Y. <116727382+tiffmyaaw@users.noreply.github.com>
Signed-off-by: Tiffany V. Y. <116727382+tiffmyaaw@users.noreply.github.com>
Closes #957
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.