MCPcopy Create free account
hub / github.com/47ng/nuqs / isBot

Function isBot

packages/scripts/lib/commit-graph.ts:143–145  ·  view source on GitHub ↗
(login: string)

Source from the content-addressed store, hash-verified

141])
142
143export function isBot(login: string): boolean {
144 return login.endsWith('[bot]') || botAccounts.has(login.toLowerCase())
145}
146
147// Every human who participated in the release's PRs or their closing issues
148// (the PR author is included as a participant), sorted case-insensitively,

Callers 2

collectContributorsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected