Bot Activity
We currently filter out bot activity because it's useful to see patterns of how humans interact with other humans. However, we have work coming up soon to give you more control over
(1) What counts as a bot (bot = any actor that's not a human, so this includes your AI bots/agents)
(2) When you want to include/exclude bots from your metrics
If you're interesting in giving feedback on this, reach out at hello@multitudes.com.
In the meantime, read on below for more about how bots are handled in the app today.
What we consider a bot
We consider an account to be a bot if it meets any of the following:
A user that GitHub deems is of type
BotorOrganizationA user of type
Userwith the string-bot,[bot], ordependabotin the name (case sensitive). E.g.,bertie-botandbertie-bottwould be considered bots, buthannah-abbottwouldn't.A user of type
Userwith a name that exactly matches one in our specified list. This list includes common GitHub bots who come through with a type ofUser, likenetlify,linear-app,renovate,renovate-approve,github-actions– as well as common AI bots/agents like Code Rabbit, Copilot, and more.
What we exclude
Once an account is identified as a bot, we exclude the following:
PRs authored by bots.
A PR with
[snyk]in the title (case insensitive).Reviews and comments left by bots. This means that these reviews and comments:
Won't count towards PR review counts
Won't be included in Review Wait Time or other review metrics
Won't show up in the Feedback Quality/Feedback Themes charts
Last updated
Was this helpful?

