-
Notifications
You must be signed in to change notification settings - Fork 87
Fix closed label #197
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: master
Are you sure you want to change the base?
Fix closed label #197
Conversation
Reviewer's GuideThis PR refines the label-rendering logic in the reviewed-PRs section by altering the conditional checks so that only open PRs display an βopenβ label and closed or merged PRs show no labels, aligning with expected behavior. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @manhuu14 - I've reviewed your changes and they look great!
Help me be more useful! Please click π or π on each comment and I'll use the feedback to improve your reviews.
@Preeti9764 can you please review it. |
@vedansh-5 can you review it |
@manhuu14 It still shows closed label for my reviewed prs , please fix this.Thanks! |
use this code for let li; if (sectionType === "reviewed") {
} |
@Preeti9764 can you explain the issue clearly |
π Fixes
Fix: Hide 'closed' and 'merged' labels in reviewed PRs
Bug Fix
This PR ensures that the 'reviewed PRs' section only shows the 'open' label for open PRs.
Fixes
Screenshot (Before & After)
(You can add a before/after screenshot if required)
---BEFORE


-AFTER
Tested manually to confirm correct behavior in:
Please review. Thanks!
Summary by Sourcery
Bug Fixes: