Open
Description
Feature Request: Exclude Repository from "Most Commit Language" Calculation
Describe the enhancement
I would like to request a feature that allows the exclusion of specific repositories from the calculation of the "Most Commit Language" in the GitHub Profile Summary Cards.
Currently, the API endpoint:
http://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username={username}&theme={theme_name}&exclude_repo={exclude_repo}
does not support an exclude_repo
parameter. This feature would be useful for users who want to exclude specific repositories (e.g., documentation-heavy or template repositories) that may skew the results of the most-used programming languages.
Expected Behavior:
- Add an
exclude_repo
parameter to the API that allows users to exclude certain repositories from being considered in the "Most Commit Language" calculations. - Example:
http://github-profile-summary-cards.vercel.app/api/cards/most-commit-language?username=user123&theme=default&exclude_repo=repo1,repo2
This would ensure that the "Most Commit Language" card more accurately reflects the coding activities by excluding repositories that don't align with the user's main coding languages.
Thank you for considering this enhancement.
Metadata
Metadata
Assignees
Labels
No labels