From d849b14bab90e0f90e2f7667e37c9f9a5696b918 Mon Sep 17 00:00:00 2001 From: chunhtai <47866232+chunhtai@users.noreply.github.com> Date: Wed, 14 Aug 2024 15:03:56 -0700 Subject: [PATCH] add accessibility team (#3866) --- triage_bot/lib/engine.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/triage_bot/lib/engine.dart b/triage_bot/lib/engine.dart index 2e2f4c21d..4e8da1621 100644 --- a/triage_bot/lib/engine.dart +++ b/triage_bot/lib/engine.dart @@ -49,6 +49,7 @@ sealed class GitHubSettings { static const String willNeedAdditionalTriage = 'will need additional triage'; static const Set teams = { // these are the teams that the self-test issue is assigned to + 'accessibility', 'android', 'codelabs', 'design',