Skip to content

Commit e8ebef4

Browse files
committed
Add _no response_ to isNonAnswer patterns, remove SDK team reference
- Detect GitHub's `_No response_` placeholder as a non-answer - Change greeting to "A human maintainer will review this" (drop "from the GitHub SDK team")
1 parent 2da6b86 commit e8ebef4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/immediate-response.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
/^tbd$/,
105105
/^todo$/,
106106
/^to do$/,
107+
/^_no response_$/,
107108
];
108109
return trimmed.length < 3 || naPatterns.some(p => p.test(trimmed));
109110
}
@@ -301,7 +302,7 @@ jobs:
301302
302303
parts.push(
303304
`👋 Hi @${issue.user.login}, thank you for opening this issue! ` +
304-
`A human maintainer from the GitHub SDK team will review this during our regular triage cycle. ` +
305+
`A human maintainer will review this during our regular triage cycle. ` +
305306
`Here's a quick automated analysis to help move things along:\n`
306307
);
307308

0 commit comments

Comments
 (0)