X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=contrib%2Fnmbug%2Fstatus-config.json;fp=contrib%2Fnmbug%2Fstatus-config.json;h=0000000000000000000000000000000000000000;hb=41a29a84721235e33aff23bf6ef61b9ffdded2ef;hp=6b4934faaab0a47a01588f8bcf81a8d09f1021ca;hpb=c033cb4c0785f88bd9298ede09badddd50c1780f;p=notmuch diff --git a/contrib/nmbug/status-config.json b/contrib/nmbug/status-config.json deleted file mode 100644 index 6b4934fa..00000000 --- a/contrib/nmbug/status-config.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "views": [ - { - "comment": "Unresolved bugs (or just need tag updating).", - "query": [ - "tag:notmuch::bug", - "not tag:notmuch::fixed", - "not tag:notmuch::wontfix" - ], - "title": "Bugs" - }, - { - "comment": "These patches are under consideration for pushing.", - "query": [ - "tag:notmuch::patch and not tag:notmuch::pushed", - "not tag:notmuch::obsolete and not tag:notmuch::wip", - "not tag:notmuch::stale and not tag:notmuch::contrib", - "not tag:notmuch::moreinfo", - "not tag:notmuch::python", - "not tag:notmuch::vim", - "not tag:notmuch::wontfix", - "not tag:notmuch::needs-review" - ], - "title": "Maybe Ready (Core and Emacs)" - }, - { - "comment": "These python related patches might be ready to push, or they might just need updated tags.", - "query": [ - "tag:notmuch::patch and not tag:notmuch::pushed", - "not tag:notmuch::obsolete and not tag:notmuch::wip", - "not tag:notmuch::stale and not tag:notmuch::contrib", - "not tag:notmuch::moreinfo", - "not tag:notmuch::wontfix", - " tag:notmuch::python", - "not tag:notmuch::needs-review" - ], - "title": "Maybe Ready (Python)" - }, - { - "comment": "These vim related patches might be ready to push, or they might just need updated tags.", - "query": [ - "tag:notmuch::patch and not tag:notmuch::pushed", - "not tag:notmuch::obsolete and not tag:notmuch::wip", - "not tag:notmuch::stale and not tag:notmuch::contrib", - "not tag:notmuch::moreinfo", - "not tag:notmuch::wontfix", - "tag:notmuch::vim", - "not tag:notmuch::needs-review" - ], - "title": "Maybe Ready (vim)" - }, - { - "comment": "These patches are under review, or waiting for feedback.", - "query": [ - "tag:notmuch::patch", - "not tag:notmuch::pushed", - "not tag:notmuch::obsolete", - "not tag:notmuch::stale", - "not tag:notmuch::wontfix", - "(tag:notmuch::moreinfo or tag:notmuch::needs-review)" - ], - "title": "Review" - } - ] -}