We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b48bb commit 6b08e38Copy full SHA for 6b08e38
src/steps/initializeGitHubRepository/labels/outcomeLabels.ts
@@ -31,6 +31,11 @@ export const outcomeLabels = [
31
description: "Please, send a pull request to resolve this!",
32
name: "status: accepting prs",
33
},
34
+ {
35
+ color: "eeeeee",
36
+ description: "Issue is stale and/or no longer valid",
37
+ name: "status: aged away",
38
+ },
39
{
40
color: "#ddcccc",
41
description: "Waiting for something else to be resolved",
@@ -81,9 +86,4 @@ export const outcomeLabels = [
81
86
description: "Tech debt or other code/repository cleanups",
82
87
name: "type: cleanup",
83
88
84
- {
85
- color: "eeeeee",
- description: "Issue is stale and/or no longer valid",
- name: "status: aged away",
- },
89
];
0 commit comments