From 577824930f3b5c903acee0fc3663b78d071dd4e1 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 14 Jan 2024 07:15:08 +0100 Subject: [PATCH] Attempt at newline. --- .github/workflows/close-duplicates.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close-duplicates.yml b/.github/workflows/close-duplicates.yml index 438778e5d5..df8f1a838b 100644 --- a/.github/workflows/close-duplicates.yml +++ b/.github/workflows/close-duplicates.yml @@ -21,7 +21,16 @@ jobs: - name: reply if: ${{ steps.command.outputs.continue == 'true' }} run: | - gh issue comment "$NUMBER" --body "Hi there!\n\nThis is an automatic reply. `Share and enjoy`.\n\nThis issue is probably a duplicate of #${{ steps.command.outputs.params }}. Please refer to that issue for support.\n\nThank you for your contribution." + gh issue comment "$NUMBER" --body 'Hi there! + + This is an automatic reply. `Share and enjoy`. + + This issue is probably a duplicate of issue #${{ steps.command.outputs.params }}. This issue probably refers to the same bug or feature request as your issue. + + Please refer to that issue for support. + + Thank you for your contribution.' + gh issue close "$NUMBER" --reason completed gh issue lock "$NUMBER" env: