From 9eff773e59ddb2fa8f7fd24e96b7ad8c04d070bb Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Mon, 31 Jan 2022 15:33:13 +0100 Subject: [PATCH] chore: add target-labels --- .github/labels.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labels.json b/.github/labels.json index 3a3aa3c4..7fe48313 100644 --- a/.github/labels.json +++ b/.github/labels.json @@ -9,6 +9,8 @@ { "name": "kind/question", "color": "#775FCB", "description": "Categorizes issues related to questions." }, { "name": "lifecycle/stale", "color": "#795548", "description": "Denotes an issue or PR has remained open with no activity and has become stale." }, { "name": "lifecycle/frozen", "color": "#d3e2f0", "description": "Indicates that an issue or PR should not be auto-closed due to staleness." }, + { "name": "target/git", "color": "#ddc23b", "description": "Categorizes issue or PR as related to the Git-Target." }, + { "name": "target/dtrack", "color": "#10cc8a", "description": "Categorizes issue or PR as related to the DependencyTrack-Target." }, { "name": "size/XS", "color": "#009900", "description": "Denotes a PR that changes 0-9 lines, ignoring generated files." }, { "name": "size/S", "color": "#77bb00", "description": "Denotes a PR that changes 10-29 lines, ignoring generated files." }, { "name": "size/M", "color": "#eebb00", "description": "Denotes a PR that changes 30-99 lines, ignoring generated files." }, @@ -20,4 +22,4 @@ { "name": "approved", "color": "#2fed58", "description": "Indicates a PR has been approved and is ready for merge." }, { "name": "hold", "color": "#e11d21", "description": "Indicates that a PR should not merge." }, { "name": "work-in-progress", "color": "#e01dd6", "description": "Indicates that a PR is still in progress." } -] \ No newline at end of file +]