index: Rebuild status
[nmbug-oci.git] / status-config.json
1 {
2   "meta": {
3     "title": "OCI Discussion",
4     "blurb": "Tracking OCI discussion with <a href=\"https://notmuchmail.org/nmbug/\">nmbug</a>.  For more information on OCI spec discussion, see <a href=\"https://github.com/opencontainers/specs#contributing\">opencontainers/specs</a>.",
5     "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!search/messageid$3A{message-id}"
6   },
7   "views": [
8     {
9       "comment": "Unresolved bugs.",
10       "query": [
11         "tag:oci::bug",
12         "not tag:oci::fixed",
13         "not tag:oci::wontfix"
14       ],
15       "title": "Bugs"
16     },
17     {
18       "comment": "Open feature requests with pull-requests.",
19       "query": [
20         "tag:oci::feature",
21         "tag:oci::pull-request",
22         "not tag:oci::obsolete"
23       ],
24       "title": "Features with pull-requests"
25     },
26     {
27       "comment": "Open feature requests with external repository work.",
28       "query": [
29         "tag:oci::feature",
30         "tag:oci::external-repo",
31         "not tag:oci::obsolete"
32       ],
33       "title": "Features with external work"
34     },
35     {
36       "comment": "Open feature discussion without pull-requests or external work.",
37       "query": [
38         "tag:oci::feature",
39         "not tag:oci::pull-request",
40         "not tag:oci::external-repo",
41         "not tag:oci::obsolete"
42       ],
43       "title": "Features in discussion"
44     },
45     {
46       "comment": "Changes requiring charter changes via the Technical Oversight Board.",
47       "query": [
48         "tag:oci::feature",
49         "tag:oci::charter",
50         "not tag:oci::obsolete"
51       ],
52       "title": "Charter changes"
53     }
54   ]
55 }