|
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 |
| -- color: "#000000" |
| 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: "#5319e7" |
| 20 | +- color: "5319e7" |
21 | 21 | description: This issue or pull request improves or adds to documentation
|
22 | 22 | name: documentation
|
23 |
| -- color: "#cfd3d7" |
| 23 | +- color: "cfd3d7" |
24 | 24 | description: This issue or pull request already exists or is covered in another issue or pull request
|
25 | 25 | name: duplicate
|
26 |
| -- color: "#b005bc" |
| 26 | +- color: "b005bc" |
27 | 27 | description: A high-level objective issue encompassing multiple issues instead of a specific unit of work
|
28 | 28 | name: epic
|
29 |
| -- color: "#000000" |
| 29 | +- color: "000000" |
30 | 30 | description: Pull requests that update GitHub Actions code
|
31 | 31 | name: github-actions
|
32 |
| -- color: "#0e8a16" |
| 32 | +- color: "0e8a16" |
33 | 33 | description: This issue or pull request is well-defined and good for newcomers
|
34 | 34 | name: good first issue
|
35 |
| -- color: "#ff7518" |
| 35 | +- color: "ff7518" |
36 | 36 | description: Pull request that should count toward Hacktoberfest participation
|
37 | 37 | name: hacktoberfest-accepted
|
38 |
| -- color: "#a2eeef" |
| 38 | +- color: "a2eeef" |
39 | 39 | description: This issue or pull request will add or improve functionality, maintainability, or ease of use
|
40 | 40 | name: improvement
|
41 |
| -- color: "#fef2c0" |
| 41 | +- color: "fef2c0" |
42 | 42 | description: This issue or pull request is not applicable, incorrect, or obsolete
|
43 | 43 | name: invalid
|
44 |
| -- color: "#ce099a" |
| 44 | +- color: "ce099a" |
45 | 45 | description: This pull request is ready to merge during the next Lineage Kraken release
|
46 | 46 | name: kraken 🐙
|
47 |
| -- color: "#a4fc5d" |
| 47 | +- color: "a4fc5d" |
48 | 48 | description: This issue or pull request requires further information
|
49 | 49 | name: need info
|
50 |
| -- color: "#fcdb45" |
| 50 | +- color: "fcdb45" |
51 | 51 | description: This pull request is awaiting an action or decision to move forward
|
52 | 52 | name: on hold
|
53 |
| -- color: "#ef476c" |
| 53 | +- color: "ef476c" |
54 | 54 | description: This issue is a request for information or needs discussion
|
55 | 55 | name: question
|
56 |
| -- color: "#00008b" |
| 56 | +- color: "00008b" |
57 | 57 | description: This issue or pull request adds or otherwise modifies test code
|
58 | 58 | name: test
|
59 |
| -- color: "#1d76db" |
| 59 | +- color: "1d76db" |
60 | 60 | description: This issue or pull request pulls in upstream updates
|
61 | 61 | name: upstream update
|
62 |
| -- color: "#d4c5f9" |
| 62 | +- color: "d4c5f9" |
63 | 63 | description: This issue or pull request increments the version number
|
64 | 64 | name: version bump
|
65 |
| -- color: "#ffffff" |
| 65 | +- color: "ffffff" |
66 | 66 | description: This issue will not be incorporated
|
67 | 67 | name: wontfix
|
0 commit comments