Add stale pr indicators#320
Conversation
|
@Mash4-4-4-4 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
This PR conflicts with recently merged changes. Please rebase onto main: Resolve any conflicts, push, and I'll review. |
|
Hi @Mash4-4-4-4 — this PR has a merge conflict with git fetch upstream
git rebase upstream/main
# resolve conflicts, then:
git push --force-with-leaseOnce rebased, we'll review and merge. |
|
Three issues before merge: 1.
Fix: const currentUser = session?.githubLogin; // not session?.user?.name2. Remove accidental unrelated file changes The diff includes unrelated changes to:
3. The changes to Fix these three and the stale PR indicator feature itself looks good. |
|
Closing in favour of #396 which is the focused version of this feature (stale PR indicators only, as requested in #257). This PR bundles unrelated changes ( Please address the review comments on #396 and track other changes as individual PRs. |
Summary
Added stale PR indicators in the PR Analytics section to help users quickly identify pull requests that have been open for too long.
Closes #257
Type of Change
Changes Made
How to Test
Steps for the reviewer to verify this works:
Screenshots (if UI change)
Added stale PR indicators, threshold selector, and stale PR list in the PR Analytics section.
Checklist
npm run lintpasses locallynpm run type-check)