From dd9bc43a96f3a79ca42ef0dec82fbd4f7b08a580 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Sun, 26 Mar 2017 18:35:06 +0200 Subject: [PATCH] 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 --- src/script/ceph-release-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.3