From ed0f605b23aa058ee73ce2b83e21ee6f16d64d63 Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 7 Aug 2021 13:21:37 +0200 Subject: [PATCH] chore: add additional topic labels --- .github/labels.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index dc3312245..842a2e184 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -52,14 +52,20 @@ color: '1d637f' - name: 'regression' color: 'ea8785' +- name: 'REST' + color: '80c042' - name: 'semver:major' color: 'c10f47' - name: 'semver:minor' color: 'e4f486' - name: 'semver:patch' color: 'e8be8b' +- name: 'sharding' + color: '80c042' - name: 'tests' color: 'f06dff' +- name: 'threads' + color: '80c042' - name: 'typings' color: '80c042' - name: 'utility'