Skip to content

Commit 6277a11

Browse files
committed
Clarify that only the issue author's 👎 reaction prevents auto-closure
The bot comment told users to "👎 this comment" without specifying whose reaction is checked. Since hasCreatorThumbsDown only looks at the issue author's reaction, maintainers or other community members reacting with 👎 would have no effect. Update the comment text to set correct expectations.
1 parent 27603ee commit 6277a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/comment-on-duplicates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ done
9191

9292
BODY+=$'\n'"This issue will be automatically closed as a duplicate in 3 days."$'\n\n'
9393
BODY+="- If your issue is a duplicate, please close it and 👍 the existing issue instead"$'\n'
94-
BODY+="- To prevent auto-closure, add a comment or 👎 this comment"$'\n'
94+
BODY+="- To prevent auto-closure, add a comment or 👎 this comment (only the issue author's reaction is checked)"$'\n'
9595

9696
# Post the comment
9797
gh issue comment "$BASE_ISSUE" --repo "$REPO" --body "$BODY"

0 commit comments

Comments
 (0)