Skip to content
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

Sort Pull Requests by Label Size (e.g., size/xxs to size/xxl) or Diff Line Count #7321

Closed
cprayer opened this issue Mar 28, 2024 · 3 comments

Comments

@cprayer
Copy link

cprayer commented Mar 28, 2024

Description

What is it?

A sorting feature that allows users to organize the files in a pull request either by the number of lines changed (in ascending order) or by size labels assigned to each file. This feature aims to prioritize files for review based on their complexity or size, making the review process more structured and efficient.

Why is it needed?

Large pull requests can be overwhelming, with varying file sizes and changes making it difficult to know where to start. A sorting feature based on either diff line count or size labels will enable reviewers to tackle changes systematically, starting with the smallest or least complex files. This approach could reduce the initial review barrier and ensure more thorough and efficient code reviews.

Example URLs

image

@fregante fregante closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2024
@fregante
Copy link
Member

Sorting isn't possible in an extension, it can only show what the server returns. There's no such sorting available in GitHub.

@cprayer
Copy link
Author

cprayer commented Mar 28, 2024

@fregante That's sad. 😢 I hope GitHub supports it someday.

@fregante
Copy link
Member

Yeah, you'd have to contact GitHub and ask

@refined-github refined-github locked and limited conversation to collaborators Mar 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants