Skip to content

Commit 0a42a67

Browse files
Update devdocs-review.yml
Update group to @mongodb/devdocs
1 parent 53a01e2 commit 0a42a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devdocs-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
|| context.payload.review?.body
2323
|| "";
2424
25-
if (text.includes("@DevDocs") || text.includes("@10gen/devdocs")) {
25+
if (text.includes("@DevDocs") || text.includes("@mongodb/devdocs")) {
2626
await fetch(process.env.SLACK_WEBHOOK_URL, {
2727
method: "POST",
2828
headers: { "Content-Type": "application/json" },

0 commit comments

Comments
 (0)