We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8928792 commit 362c6aeCopy full SHA for 362c6ae
1 file changed
bugbot/rules/webcompat_sightline.py
@@ -18,6 +18,7 @@ class MetricType:
18
metrics = [
19
MetricType("is_sightline", "[webcompat:sightline]"),
20
MetricType("is_japan_1000", "[webcompat:japan]"),
21
+ MetricType("is_core", "[webcompat:core]"),
22
]
23
24
0 commit comments