fixes_re = re.compile(r"Fixes\:? #(\d+)")
+# labels is the list of relevant labels defined for github.com/ceph/ceph
labels = [ 'bluestore', 'build/ops', 'cephfs', 'common', 'core', 'mgr',
'mon', 'performance', 'pybind', 'rdma', 'rgw', 'rbd', 'tests',
'tools' ]
merge_re = re.compile("Merge pull request #(\d+).*")
+# prefixes is the list of commit description prefixes we recognize
prefixes = [ 'bluestore', 'build/ops', 'cephfs', 'cephx', 'cli', 'cmake',
'common', 'core', 'crush', 'doc', 'fs', 'librados', 'librbd',
'log', 'mds', 'mgr', 'mon', 'msgr', 'objecter', 'osd', 'rbd',