-
-
Notifications
You must be signed in to change notification settings - Fork 23.1k
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
feat: Exclude archived repositories for top languages #1653
base: master
Are you sure you want to change the base?
feat: Exclude archived repositories for top languages #1653
Conversation
Defaults to false if the query is not passed.
@icyJoseph is attempting to deploy a commit to the github readme stats Team on Vercel. A member of the Team first needs to authorize it. |
Is this still being considered? I would enjoy this feature |
@Falconerd, thanks for your interest in this feature. Since we receive a lot of PRs and are a small team, we use #1935 to judge which PRs we should merge. You can therefore show your support for these PRs by leaving a 👍🏻. Since there is not yet a feature request open for this PR, you can also create an accompanying feature request to increase the visibility of this PR. |
I'll try to update the PR with latest upstream changes, just in case 😅 |
I will quickly check your PRs tomorrow! Do you think the |
86aafe8
to
8bc69e7
Compare
An issue related to the feature implemented in this PR has been opened recently (#2508) |
I would still like to see this feature! Any chance to get it reviewed/merged after there has been no activity for a year now? |
@julius-boettger I might actually have time to rework it, I had totally forgotten about it 😅 |
Default to
false
if the query is not passed.Motivation
I often compete in various coding challenges, hackathons, etc., where I collaborate with people who use languages that are out of my scope. Often these repositories are marked as archived to filter them all at once.
Change
Adds
exclude_archived
as query for top languages. It defaults to false, which means it won't affect users who do not query for it.TODO