PrimeEagle

Results 10 issues of PrimeEagle

look at all languages in a repository instead of just the primary language, for more accurate reporting

Displays percentages next to the language labels in the pie chart.

added check for IGNORE_LANGUAGES environment variable, which is a comma-delimited list of languages to ignore for the pie chart

update to use MAX_LANGUAGES environment variable, or default to 5 if not present so as not to break existing workflows.

Adjusted the example workflow in the documentation so that it checks for changes and handles it gracefully if there are none.

An environment variable that can take a comma-delimited list of languages to filter out would be useful. For example, I have tons of old code from 20 years ago in...

enhancement