-
Notifications
You must be signed in to change notification settings - Fork 2
/
labeler-service.json
70 lines (70 loc) · 1.69 KB
/
labeler-service.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"$type": "app.bsky.labeler.service",
"createdAt": "2024-10-22T17:13:47.768Z",
"policies": {
"labelValueDefinitions": [
{
"adultOnly": false,
"blurs": "content",
"defaultSetting": "warn",
"identifier": "bad-bot",
"locales": [
{
"description": "An annoying or misleading bot account, as flagged by the community",
"lang": "en",
"name": "🤖 Bad Bot"
}
],
"severity": "alert"
},
{
"adultOnly": false,
"blurs": "none",
"defaultSetting": "warn",
"identifier": "good-bot",
"locales": [
{
"description": "A bot, but flagged as useful by the community",
"lang": "en",
"name": "🤖 Good Bot"
}
],
"severity": "inform"
},
{
"adultOnly": false,
"blurs": "none",
"defaultSetting": "warn",
"identifier": "bladerunner",
"locales": [
{
"description": "Accounts who are particularly skilled at identifying replicants",
"lang": "en",
"name": "🥷 Blade Runner"
}
],
"severity": "inform"
},
{
"adultOnly": false,
"blurs": "none",
"defaultSetting": "warn",
"identifier": "jabroni",
"locales": [
{
"description": "Lamers messing with the assessment process",
"lang": "en",
"name": "🤡 Jabroni"
}
],
"severity": "inform"
}
],
"labelValues": [
"bad-bot",
"good-bot",
"bladerunner",
"jabroni"
]
}
}