|
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: f15a53 |
| 6 | + description: Pull requests that update Ansible code |
| 7 | + name: ansible |
| 8 | +- color: eb6420 |
6 | 9 | description: This issue or pull request is awaiting the outcome of another issue or pull request |
7 | 10 | name: blocked |
8 | 11 | - color: "000000" |
9 | 12 | description: This issue or pull request involves changes to existing functionality |
10 | 13 | name: breaking change |
11 | | -- color: "d73a4a" |
| 14 | +- color: d73a4a |
12 | 15 | description: This issue or pull request addresses broken functionality |
13 | 16 | name: bug |
14 | | -- color: "07648d" |
| 17 | +- color: 07648d |
15 | 18 | description: This issue will be advertised on code.gov's Open Tasks page (https://code.gov/open-tasks) |
16 | 19 | name: code.gov |
17 | | -- color: "0366d6" |
| 20 | +- color: 0366d6 |
18 | 21 | description: Pull requests that update a dependency file |
19 | 22 | name: dependencies |
20 | | -- color: "2497ed" |
| 23 | +- color: 2497ed |
21 | 24 | description: Pull requests that update Docker code |
22 | 25 | name: docker |
23 | | -- color: "5319e7" |
| 26 | +- color: 5319e7 |
24 | 27 | description: This issue or pull request improves or adds to documentation |
25 | 28 | name: documentation |
26 | | -- color: "cfd3d7" |
| 29 | +- color: cfd3d7 |
27 | 30 | description: This issue or pull request already exists or is covered in another issue or pull request |
28 | 31 | name: duplicate |
29 | | -- color: "b005bc" |
| 32 | +- color: b005bc |
30 | 33 | description: A high-level objective issue encompassing multiple issues instead of a specific unit of work |
31 | 34 | name: epic |
32 | 35 | - color: "000000" |
33 | 36 | description: Pull requests that update GitHub Actions code |
34 | 37 | name: github-actions |
35 | | -- color: "0e8a16" |
| 38 | +- color: 0e8a16 |
36 | 39 | description: This issue or pull request is well-defined and good for newcomers |
37 | 40 | name: good first issue |
38 | | -- color: "ff7518" |
| 41 | +- color: ff7518 |
39 | 42 | description: Pull request that should count toward Hacktoberfest participation |
40 | 43 | name: hacktoberfest-accepted |
41 | | -- color: "a2eeef" |
| 44 | +- color: a2eeef |
42 | 45 | description: This issue or pull request will add or improve functionality, maintainability, or ease of use |
43 | 46 | name: improvement |
44 | | -- color: "fef2c0" |
| 47 | +- color: fef2c0 |
45 | 48 | description: This issue or pull request is not applicable, incorrect, or obsolete |
46 | 49 | name: invalid |
47 | | -- color: "ce099a" |
| 50 | +- color: f1d642 |
| 51 | + description: Pull requests that update JavaScript code |
| 52 | + name: javascript |
| 53 | +- color: ce099a |
48 | 54 | description: This pull request is ready to merge during the next Lineage Kraken release |
49 | 55 | name: kraken 🐙 |
50 | | -- color: "a4fc5d" |
| 56 | +- color: a4fc5d |
51 | 57 | description: This issue or pull request requires further information |
52 | 58 | name: need info |
53 | | -- color: "fcdb45" |
| 59 | +- color: fcdb45 |
54 | 60 | description: This pull request is awaiting an action or decision to move forward |
55 | 61 | name: on hold |
56 | | -- color: "ef476c" |
| 62 | +- color: 02a8ef |
| 63 | + description: Pull requests that update Packer code |
| 64 | + name: packer |
| 65 | +- color: 3772a4 |
| 66 | + description: Pull requests that update Python code |
| 67 | + name: python |
| 68 | +- color: ef476c |
57 | 69 | description: This issue is a request for information or needs discussion |
58 | 70 | name: question |
59 | | -- color: "d73a4a" |
| 71 | +- color: d73a4a |
60 | 72 | description: This issue or pull request addresses a security issue |
61 | 73 | name: security |
62 | | -- color: "00008b" |
| 74 | +- color: 7b42bc |
| 75 | + description: Pull requests that update Terraform code |
| 76 | + name: terraform |
| 77 | +- color: 00008b |
63 | 78 | description: This issue or pull request adds or otherwise modifies test code |
64 | 79 | name: test |
65 | | -- color: "1d76db" |
| 80 | +- color: 2b6ebf |
| 81 | + description: Pull requests that update TypeScript code |
| 82 | + name: typescript |
| 83 | +- color: 1d76db |
66 | 84 | description: This issue or pull request pulls in upstream updates |
67 | 85 | name: upstream update |
68 | | -- color: "d4c5f9" |
| 86 | +- color: d4c5f9 |
69 | 87 | description: This issue or pull request increments the version number |
70 | 88 | name: version bump |
71 | | -- color: "ffffff" |
| 89 | +- color: ffffff |
72 | 90 | description: This issue will not be incorporated |
73 | 91 | name: wontfix |
0 commit comments