We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a01e2 commit 0a42a67Copy full SHA for 0a42a67
.github/workflows/devdocs-review.yml
@@ -22,7 +22,7 @@ jobs:
22
|| context.payload.review?.body
23
|| "";
24
25
- if (text.includes("@DevDocs") || text.includes("@10gen/devdocs")) {
+ if (text.includes("@DevDocs") || text.includes("@mongodb/devdocs")) {
26
await fetch(process.env.SLACK_WEBHOOK_URL, {
27
method: "POST",
28
headers: { "Content-Type": "application/json" },
0 commit comments