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',