We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 445455a commit cd4a2cdCopy full SHA for cd4a2cd
lib/genaiPatterns.js
@@ -163,6 +163,10 @@ const COMMIT_PATTERNS = [
163
164
// PR body/description patterns
165
const PR_BODY_PATTERNS = [
166
+ // Co-authored-by patterns (same as commit patterns, for PR body)
167
+ new RegExp(`Co-Authored-By:.*\\b(${AI_TOOLS_PATTERN})\\b`, "i"),
168
+ /Co-Authored-By:.*(@anthropic\.com|@openai\.com|noreply@github\.com)/i,
169
+
170
// Explicit assistance mentions
171
new RegExp(
172
`\\b(generated|assisted|created|written|coded|implemented)\\s+(by|with|using|via)\\s+(${AI_TOOLS_PATTERN}|AI|GenAI|LLM)`,
0 commit comments