You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/acknowledge-score.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
name: "Acknowledge Reviewer Score"
3
2
on:
4
3
issue_comment:
@@ -30,7 +29,7 @@ jobs:
30
29
owner,
31
30
repo,
32
31
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._`
0 commit comments