matsumo-and/Dormant Users Action

Detects dormant GitHub org members via Members + Audit Log APIs — no per-user queries.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
orgGitHub organization nameyes
tokenGitHub token with read:org and read:audit_log scopes (requires GitHub Enterprise Cloud or Team)yes
daysNumber of days to look back in the audit log (1–3650)no90
phrasesAdditional audit log filter phrases, one per line. Lines are OR-combined and appended to the base query. Do NOT include created:, actor:, or actor_is_bot: — these are controlled by the action. Example: action:repo.push action:pull_request.opened no
include-botsSet to true to include bot accounts in the dormancy checknofalse
namedescription
dormant-users-jsonJSON array of dormant users [{login, id}]
dormant-users-csvCSV of dormant users, header: login,id
dormant-users-countNumber of dormant users found