We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb47f0 commit cbbfa73Copy full SHA for cbbfa73
src/lib/statsProvider.tsx
@@ -111,7 +111,7 @@ const calculatePointsForPR = (labels?: Array<{ name: string }>): number => {
111
return 0; // No points if "recode" label is missing
112
}
113
114
- // Check for level labels and assign points accordingly
+ // Check for level labels and assign points accordingly wiht new point system
115
if (labelNames.includes('level 1')) {
116
return 10;
117
} else if (labelNames.includes('level 2')) {
0 commit comments