|
2 | 2 | # Rather than breaking up descriptions into multiline strings we disable that
|
3 | 3 | # specific rule in yamllint for this file.
|
4 | 4 | # yamllint disable rule:line-length
|
5 |
| -- color: "eb6420" |
| 5 | +- color: eb6420 |
6 | 6 | description: This issue or pull request is awaiting the outcome of another issue or pull request
|
7 | 7 | name: blocked
|
8 | 8 | - color: "000000"
|
9 | 9 | description: This issue or pull request involves changes to existing functionality
|
10 | 10 | name: breaking change
|
11 |
| -- color: "d73a4a" |
| 11 | +- color: d73a4a |
12 | 12 | description: This issue or pull request addresses broken functionality
|
13 | 13 | name: bug
|
14 |
| -- color: "07648d" |
| 14 | +- color: 07648d |
15 | 15 | description: This issue will be advertised on code.gov's Open Tasks page (https://code.gov/open-tasks)
|
16 | 16 | name: code.gov
|
17 |
| -- color: "0366d6" |
| 17 | +- color: 0366d6 |
18 | 18 | description: Pull requests that update a dependency file
|
19 | 19 | name: dependencies
|
20 |
| -- color: "2497ed" |
| 20 | +- color: 2497ed |
21 | 21 | description: Pull requests that update Docker code
|
22 | 22 | name: docker
|
23 |
| -- color: "5319e7" |
| 23 | +- color: 5319e7 |
24 | 24 | description: This issue or pull request improves or adds to documentation
|
25 | 25 | name: documentation
|
26 |
| -- color: "cfd3d7" |
| 26 | +- color: cfd3d7 |
27 | 27 | description: This issue or pull request already exists or is covered in another issue or pull request
|
28 | 28 | name: duplicate
|
29 |
| -- color: "b005bc" |
| 29 | +- color: b005bc |
30 | 30 | description: A high-level objective issue encompassing multiple issues instead of a specific unit of work
|
31 | 31 | name: epic
|
32 | 32 | - color: "000000"
|
33 | 33 | description: Pull requests that update GitHub Actions code
|
34 | 34 | name: github-actions
|
35 |
| -- color: "0e8a16" |
| 35 | +- color: 0e8a16 |
36 | 36 | description: This issue or pull request is well-defined and good for newcomers
|
37 | 37 | name: good first issue
|
38 |
| -- color: "ff7518" |
| 38 | +- color: ff7518 |
39 | 39 | description: Pull request that should count toward Hacktoberfest participation
|
40 | 40 | name: hacktoberfest-accepted
|
41 |
| -- color: "a2eeef" |
| 41 | +- color: a2eeef |
42 | 42 | description: This issue or pull request will add or improve functionality, maintainability, or ease of use
|
43 | 43 | name: improvement
|
44 |
| -- color: "fef2c0" |
| 44 | +- color: fef2c0 |
45 | 45 | description: This issue or pull request is not applicable, incorrect, or obsolete
|
46 | 46 | name: invalid
|
47 |
| -- color: "ce099a" |
| 47 | +- color: ce099a |
48 | 48 | description: This pull request is ready to merge during the next Lineage Kraken release
|
49 | 49 | name: kraken 🐙
|
50 |
| -- color: "a4fc5d" |
| 50 | +- color: a4fc5d |
51 | 51 | description: This issue or pull request requires further information
|
52 | 52 | name: need info
|
53 |
| -- color: "fcdb45" |
| 53 | +- color: fcdb45 |
54 | 54 | description: This pull request is awaiting an action or decision to move forward
|
55 | 55 | name: on hold
|
56 |
| -- color: "ef476c" |
| 56 | +- color: ef476c |
57 | 57 | description: This issue is a request for information or needs discussion
|
58 | 58 | name: question
|
59 |
| -- color: "d73a4a" |
| 59 | +- color: d73a4a |
60 | 60 | description: This issue or pull request addresses a security issue
|
61 | 61 | name: security
|
62 |
| -- color: "00008b" |
| 62 | +- color: 00008b |
63 | 63 | description: This issue or pull request adds or otherwise modifies test code
|
64 | 64 | name: test
|
65 |
| -- color: "1d76db" |
| 65 | +- color: 1d76db |
66 | 66 | description: This issue or pull request pulls in upstream updates
|
67 | 67 | name: upstream update
|
68 |
| -- color: "d4c5f9" |
| 68 | +- color: d4c5f9 |
69 | 69 | description: This issue or pull request increments the version number
|
70 | 70 | name: version bump
|
71 |
| -- color: "ffffff" |
| 71 | +- color: ffffff |
72 | 72 | description: This issue will not be incorporated
|
73 | 73 | name: wontfix
|
0 commit comments