From b6fab1ca6381cedb958a3faec2147b74b8b3917e Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Wed, 7 Oct 2020 15:20:36 -0400 Subject: [PATCH] Update merged-notification.yml --- .github/workflows/merged-notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merged-notification.yml b/.github/workflows/merged-notification.yml index 7cc62bc58b4a..5b38232b38d2 100644 --- a/.github/workflows/merged-notification.yml +++ b/.github/workflows/merged-notification.yml @@ -15,9 +15,9 @@ jobs: issue_number: context.payload.pull_request.number, body: `Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. To add your ✨ contribution to the README.md, create a new comment in this PR with: - ``` + \`\`\` @all-contributors please add @${context.payload.pull_request.user.login} for docs - ``` + \`\`\` If you want to, you can use the [emoji key](https://allcontributors.org/docs/en/emoji-key) to replace docs with a different contribution type.` })