Separating class from bot makes generalizing contributors.json difficult. Given that none of our bots declare themselves to be committers or reviewers, we should just replace instances of class=bot with status=bot so we don't have an extra variable.
<rdar://problem/82579767>
Created attachment 436885 [details] Patch
Comment on attachment 436885 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=436885&action=review > Tools/Scripts/webkitpy/common/config/committers.py:252 > + elif data.get('status') == 'bot': data.get('status') => status
Created attachment 436886 [details] Patch
Committed r281806 (241142@main): <https://commits.webkit.org/241142@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 436886 [details].