Skip to content

Commit 617b636

Browse files
authored
chore: change label color for area:testing (#1216)
<!-- 👋 Hi, thanks for sending a PR to create-typescript-app! 💖. Please fill out all fields below and make sure each item is true and [x] checked. Otherwise we may not be able to review your PR. --> ## PR Checklist - [x] Addresses an existing open issue: fixes #1201 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Changes the color for the `area:testing` label to `#1177AA` <!-- Description of what is changed and how the code change does that. -->
1 parent 308d44a commit 617b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/initializeGitHubRepository/labels/outcomeLabels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const outcomeLabels = [
66
name: "area: documentation",
77
},
88
{
9-
color: "6009D7",
9+
color: "1177aa",
1010
description:
1111
"Improving how the repository's tests are run and/or code is tested 🧪",
1212
name: "area: testing",

0 commit comments

Comments
 (0)