]> git.notmuchmail.org Git - notmuch/blob - devel/nmbug/status-config.json
nmbug: move from contrib to devel
[notmuch] / devel / nmbug / status-config.json
1 {
2     "views": [
3         {
4             "comment": "Unresolved bugs (or just need tag updating).",
5             "query": [
6                 "tag:notmuch::bug",
7                 "not tag:notmuch::fixed",
8                 "not tag:notmuch::wontfix"
9             ],
10             "title": "Bugs"
11         },
12         {
13             "comment": "These patches are under consideration for pushing.",
14             "query": [
15                 "tag:notmuch::patch and not tag:notmuch::pushed",
16                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
17                 "not tag:notmuch::stale and not tag:notmuch::contrib",
18                 "not tag:notmuch::moreinfo",
19                 "not tag:notmuch::python",
20                 "not tag:notmuch::vim",
21                 "not tag:notmuch::wontfix",
22                 "not tag:notmuch::needs-review"
23             ],
24             "title": "Maybe Ready (Core and Emacs)"
25         },
26         {
27             "comment": "These python related patches might be ready to push, or they might just need updated tags.",
28             "query": [
29                 "tag:notmuch::patch and not tag:notmuch::pushed",
30                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
31                 "not tag:notmuch::stale and not tag:notmuch::contrib",
32                 "not tag:notmuch::moreinfo",
33                 "not tag:notmuch::wontfix",
34                 " tag:notmuch::python",
35                 "not tag:notmuch::needs-review"
36             ],
37             "title": "Maybe Ready (Python)"
38         },
39         {
40             "comment": "These vim related patches might be ready to push, or they might just need updated tags.",
41             "query": [
42                 "tag:notmuch::patch and not tag:notmuch::pushed",
43                 "not tag:notmuch::obsolete and not tag:notmuch::wip",
44                 "not tag:notmuch::stale and not tag:notmuch::contrib",
45                 "not tag:notmuch::moreinfo",
46                 "not tag:notmuch::wontfix",
47                 "tag:notmuch::vim",
48                 "not tag:notmuch::needs-review"
49             ],
50             "title": "Maybe Ready (vim)"
51         },
52         {
53             "comment": "These patches are under review, or waiting for feedback.",
54             "query": [
55                 "tag:notmuch::patch",
56                 "not tag:notmuch::pushed",
57                 "not tag:notmuch::obsolete",
58                 "not tag:notmuch::stale",
59                 "not tag:notmuch::wontfix",
60                 "(tag:notmuch::moreinfo or tag:notmuch::needs-review)"
61             ],
62             "title": "Review"
63         }
64     ]
65 }