Skip to content

Commit e098356

Browse files
Update .github/workflows/priority-score.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8348391 commit e098356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/priority-score.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ jobs:
7777
// "feedback" multiplies by defaultReach
7878
let bonusMultiplier = 1;
7979
if (hasHeartXeno) {
80-
bonusMultiplier *= defaultImpact;
80+
bonusMultiplier *= 1.5;
8181
}
8282
if (hasFeedback) {
83-
bonusMultiplier *= defaultReach;
83+
bonusMultiplier *= 1.5;
8484
}
8585
8686
let finalScore = baseScore * bonusMultiplier;

0 commit comments

Comments
 (0)