]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools: ceph-release-notes: sync labels with github reality
authorNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 16:35:06 +0000 (18:35 +0200)
committerNathan Cutler <ncutler@suse.com>
Sun, 26 Mar 2017 17:38:42 +0000 (19:38 +0200)
This is a list of github labels in ceph/ceph - sync it with current state of
github.

Signed-off-by: Nathan Cutler <ncutler@suse.com>
src/script/ceph-release-notes

index 102556f7904d98bcc0b0fa9c94fa47c7cbf0f486..55cc5b18160319c9f0cb88f0ebd6cce9a20698ad 100755 (executable)
@@ -84,7 +84,7 @@ def split_component(title,gh,number):
         labels = {it['name'] for it in issue['labels']}
         if 'documentation' in labels:
             return 'doc: '+ title
-        item = {'bluestore','build/ops','cephfs','common','core','fs','mgr','pybind','rgw','rbd'}.intersection(labels)
+        item = {'bluestore','build/ops','cephfs','common','core','mgr','mon','performance','pybind','rdma','rgw','rbd','tests','tools'}.intersection(labels)
         if item:
             return ",".join(item)+': '+title
         else: