Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 201badb

Browse files
authored
Merge pull request #37 from crazy-max/update-labels
chore: update labels
2 parents 8c24b23 + 615583a commit 201badb

File tree

3 files changed

+76
-65
lines changed

3 files changed

+76
-65
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7-
time: "08:00"
8-
timezone: "Europe/Paris"
97
labels:
10-
- ":game_die: dependencies"
11-
- ":robot: bot"
8+
- "kind/dependencies"
9+
- "bot"

.github/labels.yml

Lines changed: 64 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,88 @@
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: "area/dockerfile"
23+
color: "03a9f4"
24+
description: ""
25+
-
26+
name: "kind/bug"
1227
color: "b60205"
1328
description: ""
14-
- # dependencies
15-
name: ":game_die: dependencies"
29+
from_name: ":bug: bug"
30+
-
31+
name: "kind/dependencies"
1632
color: "0366d6"
1733
description: ""
18-
- # documentation
19-
name: ":memo: documentation"
34+
from_name: ":game_die: dependencies"
35+
-
36+
name: "kind/docs"
2037
color: "c5def5"
2138
description: ""
22-
- # duplicate
23-
name: ":busts_in_silhouette: duplicate"
39+
from_name: ":memo: documentation"
40+
-
41+
name: "kind/duplicate"
2442
color: "cccccc"
2543
description: ""
26-
- # enhancement
27-
name: ":sparkles: enhancement"
44+
from_name: ":busts_in_silhouette: duplicate"
45+
-
46+
name: "kind/enhancement"
2847
color: "0054ca"
2948
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"
49+
from_name: ":sparkles: enhancement"
50+
-
51+
name: "kind/invalid"
52+
color: "e6e6e6"
4153
description: ""
42-
- # good first issue
43-
name: ":hatching_chick: good first issue"
44-
color: "7057ff"
54+
from_name: ":no_entry_sign: invalid"
55+
-
56+
name: "kind/upstream"
57+
color: "fbca04"
4558
description: ""
46-
- # help wanted
47-
name: ":pray: help wanted"
48-
color: "4caf50"
59+
from_name: ":eyes: upstream"
60+
-
61+
name: "kind/wontfix"
62+
color: "ffffff"
4963
description: ""
50-
- # invalid
51-
name: ":no_entry_sign: invalid"
52-
color: "e6e6e6"
64+
from_name: ":coffin: wontfix"
65+
-
66+
name: "status/automerge"
67+
color: "8f4fbc"
5368
description: ""
54-
- # investigate
55-
name: ":mag: investigate"
69+
from_name: ":bell: automerge"
70+
-
71+
name: "status/needs-investigation"
5672
color: "e6625b"
5773
description: ""
58-
- # needs more info
59-
name: ":thinking: needs more info"
74+
from_name: ":mag: investigate"
75+
-
76+
name: "status/needs-more-info"
6077
color: "795548"
6178
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"
79+
from_name: ":thinking: needs more info"
80+
-
81+
name: "status/stale"
7682
color: "237da0"
7783
description: ""
78-
- # upstream
79-
name: ":eyes: upstream"
80-
color: "fbca04"
81-
description: ""
82-
- # wontfix
83-
name: ":coffin: wontfix"
84-
color: "ffffff"
84+
from_name: ":skull: stale"
85+
-
86+
name: "status/triage"
87+
color: "dde4b7"
8588
description: ""

.github/workflows/labels.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
name: labels
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
push:
59
branches:
610
- 'master'
711
paths:
812
- '.github/labels.yml'
913
- '.github/workflows/labels.yml'
14+
pull_request:
15+
paths:
16+
- '.github/labels.yml'
17+
- '.github/workflows/labels.yml'
1018

1119
jobs:
1220
labeler:
@@ -18,3 +26,5 @@ jobs:
1826
-
1927
name: Run Labeler
2028
uses: crazy-max/ghaction-github-labeler@v4
29+
with:
30+
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)