Skip to content

Commit 6b08e38

Browse files
nit: ordering
1 parent 57b48bb commit 6b08e38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/steps/initializeGitHubRepository/labels/outcomeLabels.ts

+5-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",
@@ -81,9 +86,4 @@ export const outcomeLabels = [
8186
description: "Tech debt or other code/repository cleanups",
8287
name: "type: cleanup",
8388
},
84-
{
85-
color: "eeeeee",
86-
description: "Issue is stale and/or no longer valid",
87-
name: "status: aged away",
88-
},
8989
];

0 commit comments

Comments
 (0)