Merge pull request #198 from crazy-max/fix-labels

chore: fix labels
This commit is contained in:
CrazyMax 2023-09-01 07:28:01 +02:00 committed by GitHub
commit 89ff349d71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

15
.github/labels.yml vendored
View File

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

View File

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