Add support for skipped job and step status
Signed-off-by: Sanjula Ganepola <sanjulagane@gmail.com>
This commit is contained in:
24
package.json
24
package.json
@@ -765,6 +765,14 @@
|
||||
"light": "#89d185"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "GitHubLocalActions.red",
|
||||
"description": "Color for red in the GitHub Local Actions extension",
|
||||
"defaults": {
|
||||
"dark": "#f48771",
|
||||
"light": "#f48771"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "GitHubLocalActions.yellow",
|
||||
"description": "Color for yellow in the GitHub Local Actions extension",
|
||||
@@ -773,6 +781,14 @@
|
||||
"light": "#cca700"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "GitHubLocalActions.grey",
|
||||
"description": "Color for grey in the GitHub Local Actions extension",
|
||||
"defaults": {
|
||||
"dark": "#808080",
|
||||
"light": "#808080"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "GitHubLocalActions.purple",
|
||||
"description": "Color for purple in the GitHub Local Actions extension",
|
||||
@@ -780,14 +796,6 @@
|
||||
"dark": "#d6bcfa",
|
||||
"light": "#d6bcfa"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "GitHubLocalActions.red",
|
||||
"description": "Color for red in the GitHub Local Actions extension",
|
||||
"defaults": {
|
||||
"dark": "#f48771",
|
||||
"light": "#f48771"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user