chore: fix labels

This commit is contained in:
CrazyMax 2023-09-01 07:27:23 +02:00
parent 02d48fb6f7
commit 089d8dc7da
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 16 additions and 1 deletions

15
.github/labels.yml vendored
View File

@ -3,14 +3,17 @@
name: "bot"
color: "69cde9"
description: ""
from_name: ":robot: bot"
-
name: "good first issue"
color: "7057ff"
description: ""
from_name: ":hatching_chick: good first issue"
-
name: "help wanted"
color: "4caf50"
description: ""
from_name: ":pray: help wanted"
-
name: "area/ci"
color: "ed9ca9"
@ -19,50 +22,62 @@
name: "kind/bug"
color: "b60205"
description: ""
from_name: ":bug: bug"
-
name: "kind/dependencies"
color: "0366d6"
description: ""
from_name: ":game_die: dependencies"
-
name: "kind/docs"
color: "c5def5"
description: ""
from_name: ":memo: documentation"
-
name: "kind/duplicate"
color: "cccccc"
description: ""
from_name: ":busts_in_silhouette: duplicate"
-
name: "kind/enhancement"
color: "0054ca"
description: ""
from_name: ":sparkles: enhancement"
-
name: "kind/invalid"
color: "e6e6e6"
description: ""
from_name: ":no_entry_sign: invalid"
-
name: "kind/upstream"
color: "fbca04"
description: ""
from_name: ":eyes: upstream"
-
name: "kind/wontfix"
color: "ffffff"
description: ""
from_name: ":coffin: wontfix"
-
name: "status/automerge"
color: "8f4fbc"
description: ""
from_name: ":bell: automerge"
-
name: "status/needs-investigation"
color: "e6625b"
description: ""
from_name: ":mag: investigate"
-
name: "status/needs-more-info"
color: "795548"
description: ""
from_name: ":thinking: needs more info"
-
name: "status/stale"
color: "237da0"
description: ""
from_name: ":skull: stale"
-
name: "status/triage"
color: "dde4b7"

View File

@ -7,7 +7,7 @@ concurrency:
on:
push:
branches:
- 'master'
- 'dev'
paths:
- '.github/labels.yml'
- '.github/workflows/labels.yml'