From c2f11dadfda51b78815a411cc7aa2dbc66b52fb5 Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Thu, 14 Jul 2022 12:10:48 +0200
Subject: [PATCH] docs(issue labeling): sync labels (#16580)

---
 docs/development/issue-labeling.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/development/issue-labeling.md b/docs/development/issue-labeling.md
index 99322066f2..8b0aac4100 100644
--- a/docs/development/issue-labeling.md
+++ b/docs/development/issue-labeling.md
@@ -112,7 +112,9 @@ Keep in mind that an issue can be both affecting a platform and a self hosted in
 
     core:automerge
     core:changelogs
+    core:config
     core:dashboard
+    core:git
     core:onboarding
     core:schedule
 
@@ -137,8 +139,8 @@ Use a `datasource:` label when it is applicable specifically to particular datas
 
     worker:branch
     worker:global
-    worker:onboarding
     worker:pr
+    worker:repository
 
 </details>
 
-- 
GitLab