Skip to content

Commit a49535c

Browse files
authored
Merge pull request #178 from crazy-max/update-labels
chore: update labels
2 parents de6a00b + 4df9a1e commit a49535c

File tree

3 files changed

+71
-69
lines changed

3 files changed

+71
-69
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
time: "06:00"
8-
timezone: "Europe/Paris"
97
labels:
10-
- ":game_die: dependencies"
11-
- ":robot: bot"
8+
- "kind/dependencies"
9+
- "bot"
1210
- package-ecosystem: "npm"
1311
directory: "/"
1412
schedule:
1513
interval: "daily"
16-
time: "06:00"
17-
timezone: "Europe/Paris"
14+
versioning-strategy: "increase"
1815
allow:
1916
- dependency-type: "production"
2017
labels:
21-
- ":game_die: dependencies"
22-
- ":robot: bot"
18+
- "kind/dependencies"
19+
- "bot"

.github/labels.yml

Lines changed: 60 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,84 @@
11
## more info https://github.com/crazy-max/ghaction-github-labeler
2-
- # automerge
3-
name: ":bell: automerge"
4-
color: "8f4fbc"
5-
description: ""
6-
- # bot
7-
name: ":robot: bot"
2+
-
3+
name: "bot"
84
color: "69cde9"
95
description: ""
10-
- # bug
11-
name: ":bug: bug"
6+
from_name: ":robot: bot"
7+
-
8+
name: "good first issue"
9+
color: "7057ff"
10+
description: ""
11+
from_name: ":hatching_chick: good first issue"
12+
-
13+
name: "help wanted"
14+
color: "4caf50"
15+
description: ""
16+
from_name: ":pray: help wanted"
17+
-
18+
name: "area/ci"
19+
color: "ed9ca9"
20+
description: ""
21+
-
22+
name: "kind/bug"
1223
color: "b60205"
1324
description: ""
14-
- # dependencies
15-
name: ":game_die: dependencies"
25+
from_name: ":bug: bug"
26+
-
27+
name: "kind/dependencies"
1628
color: "0366d6"
1729
description: ""
18-
- # documentation
19-
name: ":memo: documentation"
30+
from_name: ":game_die: dependencies"
31+
-
32+
name: "kind/docs"
2033
color: "c5def5"
2134
description: ""
22-
- # duplicate
23-
name: ":busts_in_silhouette: duplicate"
35+
from_name: ":memo: documentation"
36+
-
37+
name: "kind/duplicate"
2438
color: "cccccc"
2539
description: ""
26-
- # enhancement
27-
name: ":sparkles: enhancement"
40+
from_name: ":busts_in_silhouette: duplicate"
41+
-
42+
name: "kind/enhancement"
2843
color: "0054ca"
2944
description: ""
30-
- # feature request
31-
name: ":bulb: feature request"
32-
color: "0e8a16"
33-
description: ""
34-
- # feedback
35-
name: ":mega: feedback"
36-
color: "03a9f4"
37-
description: ""
38-
- # future maybe
39-
name: ":rocket: future maybe"
40-
color: "fef2c0"
45+
from_name: ":sparkles: enhancement"
46+
-
47+
name: "kind/invalid"
48+
color: "e6e6e6"
4149
description: ""
42-
- # good first issue
43-
name: ":hatching_chick: good first issue"
44-
color: "7057ff"
50+
from_name: ":no_entry_sign: invalid"
51+
-
52+
name: "kind/upstream"
53+
color: "fbca04"
4554
description: ""
46-
- # help wanted
47-
name: ":pray: help wanted"
48-
color: "4caf50"
55+
from_name: ":eyes: upstream"
56+
-
57+
name: "kind/wontfix"
58+
color: "ffffff"
4959
description: ""
50-
- # invalid
51-
name: ":no_entry_sign: invalid"
52-
color: "e6e6e6"
60+
from_name: ":coffin: wontfix"
61+
-
62+
name: "status/automerge"
63+
color: "8f4fbc"
5364
description: ""
54-
- # investigate
55-
name: ":mag: investigate"
65+
from_name: ":bell: automerge"
66+
-
67+
name: "status/needs-investigation"
5668
color: "e6625b"
5769
description: ""
58-
- # needs more info
59-
name: ":thinking: needs more info"
70+
from_name: ":mag: investigate"
71+
-
72+
name: "status/needs-more-info"
6073
color: "795548"
6174
description: ""
62-
- # pinned
63-
name: ":pushpin: pinned"
64-
color: "28008e"
65-
description: ""
66-
- # question
67-
name: ":question: question"
68-
color: "3f51b5"
69-
description: ""
70-
- # sponsor
71-
name: ":sparkling_heart: sponsor"
72-
color: "fedbf0"
73-
description: ""
74-
- # stale
75-
name: ":skull: stale"
75+
from_name: ":thinking: needs more info"
76+
-
77+
name: "status/stale"
7678
color: "237da0"
7779
description: ""
78-
- # upstream
79-
name: ":eyes: upstream"
80-
color: "fbca04"
81-
description: ""
82-
- # wontfix
83-
name: ":coffin: wontfix"
84-
color: "ffffff"
80+
from_name: ":skull: stale"
81+
-
82+
name: "status/triage"
83+
color: "dde4b7"
8584
description: ""

.github/workflows/labels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
paths:
1212
- '.github/labels.yml'
1313
- '.github/workflows/labels.yml'
14+
pull_request:
15+
paths:
16+
- '.github/labels.yml'
17+
- '.github/workflows/labels.yml'
1418

1519
jobs:
1620
labeler:
@@ -22,3 +26,5 @@ jobs:
2226
-
2327
name: Run Labeler
2428
uses: crazy-max/ghaction-github-labeler@v4
29+
with:
30+
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)