Skip to content

Commit c6fe98b

Browse files
Update acknowledge-score.yml
1 parent 6fd9f3e commit c6fe98b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/acknowledge-score.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: "Acknowledge Reviewer Score"
32
on:
43
issue_comment:
@@ -30,7 +29,7 @@ jobs:
3029
owner,
3130
repo,
3231
issue_number,
33-
body: `📝 **Score received from @${commenter}: ${score}**\n⏳ Final decision will be calculated and posted after all reviewers have submitted their scores or in approximately 2 hours.`
32+
body: `📝 **Score received from @${commenter}: ${score}**\n⏳ Final decision will be calculated and posted after all reviewers have submitted their scores or in approximately 2 hours.\n\n🚨 _Only your **first** score will be counted. Please coordinate with other reviewers before submitting your evaluation._`
3433
});
3534
} else {
3635
console.log("Invalid score value.");

0 commit comments

Comments
 (0)