You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered:
Would like this feature too. Currently the card includes my commits to my nixos configuration and dotfiles which I don't really like, but i don't want to exclude the Nix language altogether since i still want it to count my contributions to other repos :3
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:
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:
exclude_repo
parameter to the API that allows users to exclude certain repositories from being considered in the "Most Commit Language" calculations.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.
The text was updated successfully, but these errors were encountered: