Per the contributing policy: https://book.servo.org/contributing/getting-started.html#ai-contributions > Contributions must not include content generated by large language models > or other probabilistic tools This makes `./mach test-tidy` check git commit (co-)authors and commiters for known email addresses used by some such tools. Signed-off-by: Simon Sapin <simon@igalia.com>
github-merge-queue Bot pushed a commit to servo-test/servo that referenced this pull request
May 14, 2026* add fake LLM email address to disallowed-coauthors for testing Signed-off-by: delan azabani <dazabani@igalia.com> * test Co-authored-by: f <foo@example.com> * test Co-authored-by: b <bar@example.com> --------- Signed-off-by: delan azabani <dazabani@igalia.com> Co-authored-by: f <foo@example.com> Co-authored-by: b <bar@example.com>