From: W. Trevor King Date: Tue, 29 Dec 2015 20:05:11 +0000 (-0800) Subject: status-config.json: Configure nmbug-status to generate HTML X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a74dba2da87b9515f520782857a2b08039511793;p=nmbug-oci.git status-config.json: Configure nmbug-status to generate HTML meta.message-url is a local change I've made. I'll submit it upstream shortly. --- a74dba2da87b9515f520782857a2b08039511793 diff --git a/status-config.json b/status-config.json new file mode 100644 index 0000000..2713d4b --- /dev/null +++ b/status-config.json @@ -0,0 +1,55 @@ +{ + "meta": { + "title": "OCI Discussion", + "blurb": "For more information see opencontainers/specs.", + "message-url": "https://groups.google.com/a/opencontainers.org/forum/#!searchin/dev/messageid$3A{message-id}" + }, + "views": [ + { + "comment": "Unresolved bugs.", + "query": [ + "tag:oci::bug", + "not tag:oci::fixed", + "not tag:oci::wontfix" + ], + "title": "Bugs" + }, + { + "comment": "Open feature requests with pull-requests.", + "query": [ + "tag:oci::feature", + "tag:oci::pull-request", + "not tag:oci::obsolete" + ], + "title": "Features with pull-requests" + }, + { + "comment": "Open feature requests with external repository work.", + "query": [ + "tag:oci::feature", + "tag:oci::external-repo", + "not tag:oci::obsolete" + ], + "title": "Features with external work" + }, + { + "comment": "Open feature discussion without pull-requests or external work.", + "query": [ + "tag:oci::feature", + "not tag:oci::pull-request", + "not tag:oci::external-repo", + "not tag:oci::obsolete" + ], + "title": "Features in discussion" + }, + { + "comment": "Changes requiring charter changes via the Technical Oversight Board.", + "query": [ + "tag:oci::feature", + "tag:oci::charter", + "not tag:oci::obsolete" + ], + "title": "Charter changes" + } + ] +}