Skip to content

[person] Add is_bot parameter to get_person_by_email - #418

Merged
frankrousseau merged 1 commit into
cgwire:mainfrom
frankrousseau:main
Jul 22, 2026
Merged

[person] Add is_bot parameter to get_person_by_email#418
frankrousseau merged 1 commit into
cgwire:mainfrom
frankrousseau:main

Conversation

@frankrousseau

Copy link
Copy Markdown
Contributor

Problem

  • get_person_by_email hardcoded is_bot: False, so bot accounts could never be looked up by email.

Solution

  • Added an is_bot parameter (default False, preserving current behavior) that's forwarded to the persons filter.
  • Added a test covering the bot lookup case.

Co-Authored-By: Claude <noreply@anthropic.com>
@frankrousseau
frankrousseau merged commit 3dfa7e5 into cgwire:main Jul 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant