-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgithub.yml
More file actions
69 lines (69 loc) · 1.88 KB
/
Copy pathgithub.yml
File metadata and controls
69 lines (69 loc) · 1.88 KB
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
config:
hasWikiEnabled: false
deleteBranchOnMerge: true
mergeCommitAllowed: false
rebaseMergeAllowed: false
squashMergeAllowed: true
squashMergeCommitTitle: PR_TITLE
squashMergeCommitMessage: BLANK
issues:
labels:
required:
":triangular_flag_on_post:":
color: FFEFEF
description: Temporary fast-track flag
deps:
color: 0366d6
description: Pull requests that update a dependency file
"priority: P1":
color: fef2c0
description: Active tier, do this first
"priority: P2":
color: fef2c0
description: Second-priority candidate
"priority: P3":
color: fef2c0
description: Low-pressure, review later
"size: L":
color: bfd4f2
description: One or two days
"size: M":
color: bfd4f2
description: A few hours of work
"size: S":
color: bfd4f2
description: Less than an hour
"size: XL":
color: bfd4f2
description: Multiple days of work
"size: XS":
color: bfd4f2
description: Minutes of work
optional:
"autorelease: pending":
color: fbca04
description: Pending release
"autorelease: tagged":
color: fbca04
description: Tagged release
types:
required:
Task:
color: BLUE
description: A specific piece of work
Bug:
color: RED
description: An unexpected problem or behavior
Feature:
color: GREEN
description: A request, idea, or new functionality
optional:
Epic:
color: PURPLE
description: A large goal tracked via sub-issues
Research:
color: GREEN
description: An inquiry to reduce uncertainty
Proposal:
color: GRAY
description: "A proposal for changes to another issue, created as its native sub-issue (see #11)"