Skip to content

Commit

Permalink
chore: add target-labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ckotzbauer authored Jan 31, 2022
1 parent e731e89 commit 9eff773
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
Expand All @@ -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." }
]
]

0 comments on commit 9eff773

Please sign in to comment.