From cd6d8fcdfe97dc502f277f0ce28addcc315ee03a Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 18 Aug 2025 15:36:53 +0200 Subject: [PATCH] chore: elaborate dupe bot comment (#21025) Hopefully this stops people opening new threads --- .github/workflows/close-duplicates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index 5ef56a6daf..06ff4ba0d5 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -51,7 +51,7 @@ jobs: run: | gh api graphql \ -f issueId="$NODE_ID" \ - -f body="This issue has automatically been closed as it is likely a duplicate. We get a lot of duplicate threads each day, which is why we ask you in the template to confirm that you searched for duplicates before opening one." \ + -f body="This issue has automatically been closed as it is likely a duplicate. We get a lot of duplicate threads each day, which is why we ask you in the template to confirm that you searched for duplicates before opening one. If you're sure this is not a duplicate, please leave a comment and we will reopen the thread if necessary." \ -f query=' mutation CommentAndCloseIssue($issueId: ID!, $body: String!) { addComment(input: { @@ -77,7 +77,7 @@ jobs: run: | gh api graphql \ -f discussionId="$NODE_ID" \ - -f body="This discussion has automatically been closed as it is likely a duplicate. We get a lot of duplicate threads each day, which is why we ask you in the template to confirm that you searched for duplicates before opening one." \ + -f body="This discussion has automatically been closed as it is likely a duplicate. We get a lot of duplicate threads each day, which is why we ask you in the template to confirm that you searched for duplicates before opening one. If you're sure this is not a duplicate, please leave a comment and we will reopen the thread if necessary." \ -f query=' mutation CommentAndCloseDiscussion($discussionId: ID!, $body: String!) { addDiscussionComment(input: {