docker-agent-cookbook/agent-configurationspublic Fork 0
197e66ff3bb5f00f7d9ba667050ca775c0a79071
Commits
Clone
git clone https://git.rickub.com/docker-agent-cookbook/agent-configurations.git
git clone ssh://git@rickub.com/docker-agent-cookbook/agent-configurations.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

🛟 Updated. 197e66f · on 197e66ff3bb5f00f7d9ba667050ca775c0a79071 · k33g · 6h ago
labels.yaml · 38 lines · 1.1 KBYAML Blame HistoryRaw
 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
# Managed by IssueSpec. Hand edits are welcome; keep the schema valid.
labels:
  - name: bug
    color: "#d73a4a"
    description: Something is not working
  - name: documentation
    color: "#0075ca"
    description: Improvements or additions to documentation
  - name: enhancement
    color: "#a2eeef"
    description: New feature or request
  - name: question
    color: "#d876e3"
    description: Further information is requested
  - name: wontfix
    color: "#ffffff"
    description: This will not be worked on
  - name: priority::low
    color: "#c5def5"
    description: Can wait
  - name: priority::medium
    color: "#fbca04"
    description: Normal priority
  - name: priority::high
    color: "#d93f0b"
    description: Should be picked up next
  - name: priority::urgent
    color: "#b60205"
    description: Drop everything
  - name: kind::bug
    color: "#d73a4a"
    description: Something is broken
  - name: kind::feature
    color: "#0e8a16"
    description: Something new
  - name: kind::chore
    color: "#bfdadc"
    description: Maintenance, no visible change