notmuch-report.json: Remove oci::motion from accepted/rejected
authorW. Trevor King <wking@tremily.us>
Thu, 30 Jun 2016 16:46:30 +0000 (09:46 -0700)
committerW. Trevor King <wking@tremily.us>
Thu, 30 Jun 2016 16:54:53 +0000 (09:54 -0700)
This will show one or two entries per accepted/rejected motion thread:

1. The initial proposal will always be shown.
2. If there was a "this proposal was accepted/rejected" post, that is
   shown too.

If folks follow my suggested:

  [{project} {status}]: {motion description} (+{LGTMs} -{REJECTs} #{ABSTAINs})

subject template, you won't even have to visit the message to see the
vote breakdown.

notmuch-report.json

index f61d083c65d7e37fd48c5ee76ab3e13d7e8c8729..1de6bd6527f7b0d4889ca2bc58c9ea3ac4bdaac4 100644 (file)
@@ -62,7 +62,6 @@
     {
       "comment": "Previous motions which were accepted.",
       "query": [
-        "tag:oci::motion",
         "tag:oci::motion-accepted"
       ],
       "title": "Accepted motions"
@@ -70,7 +69,6 @@
     {
       "comment": "Previous motions which were rejected.",
       "query": [
-        "tag:oci::motion",
         "tag:oci::motion-rejected"
       ],
       "title": "Rejected motions"