Skip to content

Commit 883cf0f

Browse files
Update .github/workflows/priority-score.yml
Co-authored-by: Copilot <[email protected]>
1 parent 976de37 commit 883cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/priority-score.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
// Fallback to default values if labels are missing
6262
const defaultReach = reach || 75; // default to medium reach
6363
const defaultImpact = impact || 75; // default to low impact
64-
const defaultEffort = effort || 5; // default to medium effort
64+
const defaultEffort = effort || 4; // default to medium effort
6565
finalScore = Math.round((defaultReach * defaultImpact) / defaultEffort);
6666
}
6767

0 commit comments

Comments
 (0)