You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Do not include filler words like "repository", "project", or "active".
211
218
4. `normalized_title`:
212
219
- Must be exactly "maintainer" or "contributor". If the role is ambiguous, use the `<filename>` as the primary hint. For example, a file named `MAINTAINERS` or `CODEOWNERS` implies "maintainer", while `CONTRIBUTORS` implies "contributor".
220
+
5. `email`:
221
+
- Extract the person's email address from the content. Look for patterns like `FullName <email@domain>`, `email@domain`, or email addresses in various formats.
222
+
- The email must be a valid email address format (containing @ and a domain).
223
+
- If no valid email can be found for the individual, use the string "unknown".
0 commit comments