Gitlab Assistant 作者: swistak
Adds a browser Gitlab action icon to the toolbar. This allows to add some predefined gitlab actions into the comment section by one click. It allows also manage actions in table rows
尚无用户尚无用户
扩展元数据
关于此扩展
Add actions to read in json format
{
"actions": [
{
"row": [
{
"title": "Row one Label needs review",
"action": "/label ~\"to do\""
},
{
"title": "Row one Unlabel needs review",
"action": "/unlabel ~\"to do\""
},
],
"row2": [
{
"title": "Row two Title one",
"action": "/label ~\"to do one\""
},
{
"title": "Row two Title two",
"action": "/unlabel ~\"to do two\""
},
]
}
]
}
评分 5(1 位用户)
更多信息