Skip to content

Commit 25ebb5b

Browse files
feat: Add type:cleanup to outcomeLabels (#635)
<!-- 👋 Hi, thanks for sending a PR to template-typescript-node-package! 💖. 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 #539 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview <!-- Description of what is changed and how the code change does that. -->
1 parent bd4380f commit 25ebb5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/setup/steps/labels/outcomeLabels.ts

+5
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,9 @@ export const outcomeLabels = [
7676
description: "Further information is requested",
7777
name: "type: question",
7878
},
79+
{
80+
color: "fde282",
81+
description: "Tech debt or other code/repository cleanups",
82+
name: "type: cleanup",
83+
},
7984
];

0 commit comments

Comments
 (0)