Skip to content

Commit 565b854

Browse files
feat: add aged away label (#881)
<!-- 👋 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 #852 - [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 Added new `status: aged away` label --------- Co-authored-by: Josh Goldberg <[email protected]>
1 parent b465f78 commit 565b854

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/steps/initializeGitHubRepository/labels/outcomeLabels.ts

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ export const outcomeLabels = [
3131
description: "Please, send a pull request to resolve this!",
3232
name: "status: accepting prs",
3333
},
34+
{
35+
color: "eeeeee",
36+
description: "Issue is stale and/or no longer valid",
37+
name: "status: aged away",
38+
},
3439
{
3540
color: "#ddcccc",
3641
description: "Waiting for something else to be resolved",

0 commit comments

Comments
 (0)