Merge pull request #194 from crazy-max/update-labels
chore: update labels
This commit is contained in:
commit
32f232c656
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
|
@ -4,19 +4,16 @@ updates:
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "06:00"
|
|
||||||
timezone: "Europe/Paris"
|
|
||||||
labels:
|
labels:
|
||||||
- ":game_die: dependencies"
|
- "kind/dependencies"
|
||||||
- ":robot: bot"
|
- "bot"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "06:00"
|
versioning-strategy: "increase"
|
||||||
timezone: "Europe/Paris"
|
|
||||||
allow:
|
allow:
|
||||||
- dependency-type: "production"
|
- dependency-type: "production"
|
||||||
labels:
|
labels:
|
||||||
- ":game_die: dependencies"
|
- "kind/dependencies"
|
||||||
- ":robot: bot"
|
- "bot"
|
||||||
|
|
143
.github/labels.yml
vendored
143
.github/labels.yml
vendored
|
@ -1,85 +1,84 @@
|
||||||
## more info https://github.com/crazy-max/ghaction-github-labeler
|
## more info https://github.com/crazy-max/ghaction-github-labeler
|
||||||
- # automerge
|
-
|
||||||
name: ":bell: automerge"
|
name: "bot"
|
||||||
color: "8f4fbc"
|
|
||||||
description: ""
|
|
||||||
- # bot
|
|
||||||
name: ":robot: bot"
|
|
||||||
color: "69cde9"
|
color: "69cde9"
|
||||||
description: ""
|
description: ""
|
||||||
- # bug
|
from_name: ":robot: bot"
|
||||||
name: ":bug: bug"
|
-
|
||||||
color: "b60205"
|
name: "good first issue"
|
||||||
description: ""
|
|
||||||
- # dependencies
|
|
||||||
name: ":game_die: dependencies"
|
|
||||||
color: "0366d6"
|
|
||||||
description: ""
|
|
||||||
- # documentation
|
|
||||||
name: ":memo: documentation"
|
|
||||||
color: "c5def5"
|
|
||||||
description: ""
|
|
||||||
- # duplicate
|
|
||||||
name: ":busts_in_silhouette: duplicate"
|
|
||||||
color: "cccccc"
|
|
||||||
description: ""
|
|
||||||
- # enhancement
|
|
||||||
name: ":sparkles: enhancement"
|
|
||||||
color: "0054ca"
|
|
||||||
description: ""
|
|
||||||
- # feature request
|
|
||||||
name: ":bulb: feature request"
|
|
||||||
color: "0e8a16"
|
|
||||||
description: ""
|
|
||||||
- # feedback
|
|
||||||
name: ":mega: feedback"
|
|
||||||
color: "03a9f4"
|
|
||||||
description: ""
|
|
||||||
- # future maybe
|
|
||||||
name: ":rocket: future maybe"
|
|
||||||
color: "fef2c0"
|
|
||||||
description: ""
|
|
||||||
- # good first issue
|
|
||||||
name: ":hatching_chick: good first issue"
|
|
||||||
color: "7057ff"
|
color: "7057ff"
|
||||||
description: ""
|
description: ""
|
||||||
- # help wanted
|
from_name: ":hatching_chick: good first issue"
|
||||||
name: ":pray: help wanted"
|
-
|
||||||
|
name: "help wanted"
|
||||||
color: "4caf50"
|
color: "4caf50"
|
||||||
description: ""
|
description: ""
|
||||||
- # invalid
|
from_name: ":pray: help wanted"
|
||||||
name: ":no_entry_sign: invalid"
|
-
|
||||||
|
name: "area/ci"
|
||||||
|
color: "ed9ca9"
|
||||||
|
description: ""
|
||||||
|
-
|
||||||
|
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"
|
color: "e6e6e6"
|
||||||
description: ""
|
description: ""
|
||||||
- # investigate
|
from_name: ":no_entry_sign: invalid"
|
||||||
name: ":mag: investigate"
|
-
|
||||||
color: "e6625b"
|
name: "kind/upstream"
|
||||||
description: ""
|
|
||||||
- # needs more info
|
|
||||||
name: ":thinking: needs more info"
|
|
||||||
color: "795548"
|
|
||||||
description: ""
|
|
||||||
- # pinned
|
|
||||||
name: ":pushpin: pinned"
|
|
||||||
color: "28008e"
|
|
||||||
description: ""
|
|
||||||
- # question
|
|
||||||
name: ":question: question"
|
|
||||||
color: "3f51b5"
|
|
||||||
description: ""
|
|
||||||
- # sponsor
|
|
||||||
name: ":sparkling_heart: sponsor"
|
|
||||||
color: "fedbf0"
|
|
||||||
description: ""
|
|
||||||
- # stale
|
|
||||||
name: ":skull: stale"
|
|
||||||
color: "237da0"
|
|
||||||
description: ""
|
|
||||||
- # upstream
|
|
||||||
name: ":eyes: upstream"
|
|
||||||
color: "fbca04"
|
color: "fbca04"
|
||||||
description: ""
|
description: ""
|
||||||
- # wontfix
|
from_name: ":eyes: upstream"
|
||||||
name: ":coffin: wontfix"
|
-
|
||||||
|
name: "kind/wontfix"
|
||||||
color: "ffffff"
|
color: "ffffff"
|
||||||
description: ""
|
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"
|
||||||
|
description: ""
|
||||||
|
|
8
.github/workflows/labels.yml
vendored
8
.github/workflows/labels.yml
vendored
|
@ -7,7 +7,11 @@ concurrency:
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'dev'
|
- 'master'
|
||||||
|
paths:
|
||||||
|
- '.github/labels.yml'
|
||||||
|
- '.github/workflows/labels.yml'
|
||||||
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '.github/labels.yml'
|
- '.github/labels.yml'
|
||||||
- '.github/workflows/labels.yml'
|
- '.github/workflows/labels.yml'
|
||||||
|
@ -22,3 +26,5 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Run Labeler
|
name: Run Labeler
|
||||||
uses: crazy-max/ghaction-github-labeler@v4
|
uses: crazy-max/ghaction-github-labeler@v4
|
||||||
|
with:
|
||||||
|
dry-run: ${{ github.event_name == 'pull_request' }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user