From 0a42a67e027dbed271eebeb6e142be46f8ae5711 Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Tue, 9 Sep 2025 15:21:15 -0400 Subject: [PATCH 1/3] Update devdocs-review.yml Update group to @mongodb/devdocs --- .github/workflows/devdocs-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devdocs-review.yml b/.github/workflows/devdocs-review.yml index 69b11cf..69c45a9 100644 --- a/.github/workflows/devdocs-review.yml +++ b/.github/workflows/devdocs-review.yml @@ -22,7 +22,7 @@ jobs: || context.payload.review?.body || ""; - if (text.includes("@DevDocs") || text.includes("@10gen/devdocs")) { + if (text.includes("@DevDocs") || text.includes("@mongodb/devdocs")) { await fetch(process.env.SLACK_WEBHOOK_URL, { method: "POST", headers: { "Content-Type": "application/json" }, From 2a8a1b0c6a14a9bc5e5e726854bf3218e43eb098 Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Tue, 9 Sep 2025 15:34:07 -0400 Subject: [PATCH 2/3] Added Issue_comment devdocs-review.yml --- .github/workflows/devdocs-review.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/devdocs-review.yml b/.github/workflows/devdocs-review.yml index 69c45a9..c82cf45 100644 --- a/.github/workflows/devdocs-review.yml +++ b/.github/workflows/devdocs-review.yml @@ -1,6 +1,8 @@ name: Notify DevDocs on Reviews on: + issue_comment: + types: [created, edited] pull_request_review_comment: types: [created, edited] pull_request: From 52b8d1d1037c5375dc60c86111b3d289117752dc Mon Sep 17 00:00:00 2001 From: antoniomorello-DB Date: Thu, 11 Sep 2025 12:52:32 -0400 Subject: [PATCH 3/3] Update pull_request_target to run in the base repo context --- .github/workflows/devdocs-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devdocs-review.yml b/.github/workflows/devdocs-review.yml index c82cf45..ecf1cb7 100644 --- a/.github/workflows/devdocs-review.yml +++ b/.github/workflows/devdocs-review.yml @@ -5,7 +5,7 @@ on: types: [created, edited] pull_request_review_comment: types: [created, edited] - pull_request: + pull_request_target: types: [opened, edited] pull_request_review: types: [submitted, edited]