From 3dbd3128c2ca8f77bb622a2024f6a135d4694445 Mon Sep 17 00:00:00 2001 From: Johnny Jaimes <202755367+johnny1494@users.noreply.github.com> Date: Thu, 12 Feb 2026 10:02:03 -0800 Subject: [PATCH] Update merged notification comment in workflow Added a comment with a merge notification for pull requests. --- .github/workflows/merged-notification.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/merged-notification.yml b/.github/workflows/merged-notification.yml index 225d9a3bbe1f..0c25ec7c204a 100644 --- a/.github/workflows/merged-notification.yml +++ b/.github/workflows/merged-notification.yml @@ -25,6 +25,7 @@ jobs: script: | github.rest.issues.createComment({ ...context.repo, - issue_number: context.payload.pull_request.number, + issue_number: context.payload.pull_request.number,2138420022 + 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. If you're looking for your next contribution, check out our [help wanted issues](https://github.com/github/docs/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) :zap:" })