We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2317263 commit 6a89899Copy full SHA for 6a89899
pkgs/sdk_triage_bot/tool/create_tuning_data.dart
@@ -17,8 +17,9 @@ import 'package:sdk_triage_bot/src/prompts.dart';
17
// - make sure we have at least 10 items from each area
18
19
const Map<String, int> areaSampleCount = {
20
- 'area-analyzer': 100,
21
'area-core-library': 100,
+ 'area-dart-model': 100,
22
+ 'area-devexp': 100,
23
'area-front-end': 100,
24
'area-vm': 100,
25
'area-web': 100,
0 commit comments