Skip to content

Commit cd6d8fc

Browse files
authored
chore: elaborate dupe bot comment (immich-app#21025)
Hopefully this stops people opening new threads
1 parent 1198311 commit cd6d8fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close-duplicates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
gh api graphql \
5353
-f issueId="$NODE_ID" \
54-
-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." \
54+
-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." \
5555
-f query='
5656
mutation CommentAndCloseIssue($issueId: ID!, $body: String!) {
5757
addComment(input: {
@@ -77,7 +77,7 @@ jobs:
7777
run: |
7878
gh api graphql \
7979
-f discussionId="$NODE_ID" \
80-
-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." \
80+
-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." \
8181
-f query='
8282
mutation CommentAndCloseDiscussion($discussionId: ID!, $body: String!) {
8383
addDiscussionComment(input: {

0 commit comments

Comments
 (0)