Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
docker
/
metadata-action
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Files
f02d9f4
.github
ISSUE_TEMPLATE
workflows
CODEOWNERS
CONTRIBUTING.md
FUNDING.yml
SUPPORT.md
dependabot.yml
ghaction-docker-meta.png
labels.yml
stale.yml
__tests__
dist
hack
src
test
.dockerignore
.editorconfig
.gitattributes
.gitignore
.prettierrc.json
CHANGELOG.md
LICENSE
README.md
UPGRADE.md
action.yml
docker-bake.hcl
jest.config.js
package.json
tsconfig.json
yarn.lock
Breadcrumbs
metadata-action
/
.github
/
labels.yml
Blame
Blame
Latest commit
History
History
85 lines (85 loc) · 1.72 KB
Breadcrumbs
metadata-action
/
.github
/
labels.yml
Top
File metadata and controls
Code
Blame
85 lines (85 loc) · 1.72 KB
Raw
## more info https://github.com/crazy-max/ghaction-github-labeler - # automerge name: ":bell: automerge" color: "8f4fbc" description: "" - # bot name: ":robot: bot" color: "69cde9" description: "" - # bug name: ":bug: bug" color: "b60205" 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" description: "" - # help wanted name: ":pray: help wanted" color: "4caf50" description: "" - # invalid name: ":no_entry_sign: invalid" color: "e6e6e6" description: "" - # investigate name: ":mag: investigate" color: "e6625b" 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" description: "" - # wontfix name: ":coffin: wontfix" color: "ffffff" description: ""
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
You can’t perform that action at this time.