From: Nathan Cutler Date: Sun, 26 Mar 2017 16:35:06 +0000 (+0200) Subject: tools: ceph-release-notes: sync labels with github reality X-Git-Tag: v12.0.2~226^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd9bc43a96f3a79ca42ef0dec82fbd4f7b08a580;p=ceph.git tools: ceph-release-notes: sync labels with github reality This is a list of github labels in ceph/ceph - sync it with current state of github. Signed-off-by: Nathan Cutler --- diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes index 102556f7904d..55cc5b181603 100755 --- a/src/script/ceph-release-notes +++ b/src/script/ceph-release-notes @@ -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: