We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b465f78 commit 565b854Copy full SHA for 565b854
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",
0 commit comments