Skip to content

Commit e803e1a

Browse files
authored
Merge pull request #122 from cisagov/bug/fix_bad_configurations
Update two configuration files
2 parents c4fbf20 + 8f12635 commit e803e1a

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

.github/labels.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,66 +2,66 @@
22
# Rather than breaking up descriptions into multiline strings we disable that
33
# specific rule in yamllint for this file.
44
# yamllint disable rule:line-length
5-
- color: "#eb6420"
5+
- color: "eb6420"
66
description: This issue or pull request is awaiting the outcome of another issue or pull request
77
name: blocked
8-
- color: "#000000"
8+
- color: "000000"
99
description: This issue or pull request involves changes to existing functionality
1010
name: breaking change
11-
- color: "#d73a4a"
11+
- color: "d73a4a"
1212
description: This issue or pull request addresses broken functionality
1313
name: bug
14-
- color: "#07648d"
14+
- color: "07648d"
1515
description: This issue will be advertised on code.gov's Open Tasks page (https://code.gov/open-tasks)
1616
name: code.gov
17-
- color: "#0366d6"
17+
- color: "0366d6"
1818
description: Pull requests that update a dependency file
1919
name: dependencies
20-
- color: "#5319e7"
20+
- color: "5319e7"
2121
description: This issue or pull request improves or adds to documentation
2222
name: documentation
23-
- color: "#cfd3d7"
23+
- color: "cfd3d7"
2424
description: This issue or pull request already exists or is covered in another issue or pull request
2525
name: duplicate
26-
- color: "#b005bc"
26+
- color: "b005bc"
2727
description: A high-level objective issue encompassing multiple issues instead of a specific unit of work
2828
name: epic
29-
- color: "#000000"
29+
- color: "000000"
3030
description: Pull requests that update GitHub Actions code
3131
name: github-actions
32-
- color: "#0e8a16"
32+
- color: "0e8a16"
3333
description: This issue or pull request is well-defined and good for newcomers
3434
name: good first issue
35-
- color: "#ff7518"
35+
- color: "ff7518"
3636
description: Pull request that should count toward Hacktoberfest participation
3737
name: hacktoberfest-accepted
38-
- color: "#a2eeef"
38+
- color: "a2eeef"
3939
description: This issue or pull request will add or improve functionality, maintainability, or ease of use
4040
name: improvement
41-
- color: "#fef2c0"
41+
- color: "fef2c0"
4242
description: This issue or pull request is not applicable, incorrect, or obsolete
4343
name: invalid
44-
- color: "#ce099a"
44+
- color: "ce099a"
4545
description: This pull request is ready to merge during the next Lineage Kraken release
4646
name: kraken 🐙
47-
- color: "#a4fc5d"
47+
- color: "a4fc5d"
4848
description: This issue or pull request requires further information
4949
name: need info
50-
- color: "#fcdb45"
50+
- color: "fcdb45"
5151
description: This pull request is awaiting an action or decision to move forward
5252
name: on hold
53-
- color: "#ef476c"
53+
- color: "ef476c"
5454
description: This issue is a request for information or needs discussion
5555
name: question
56-
- color: "#00008b"
56+
- color: "00008b"
5757
description: This issue or pull request adds or otherwise modifies test code
5858
name: test
59-
- color: "#1d76db"
59+
- color: "1d76db"
6060
description: This issue or pull request pulls in upstream updates
6161
name: upstream update
62-
- color: "#d4c5f9"
62+
- color: "d4c5f9"
6363
description: This issue or pull request increments the version number
6464
name: version bump
65-
- color: "#ffffff"
65+
- color: "ffffff"
6666
description: This issue will not be incorporated
6767
name: wontfix

.yamllint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rules:
1717
allow-non-breakable-inline-mappings: true
1818
# Allows a 10% overage from the default limit of 80
1919
max: 88
20+
2021
# yamllint doesn't like when we use yes and no for true and false,
2122
# but that's pretty standard in Ansible.
2223
truthy: disable

0 commit comments

Comments
 (0)