
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
1 位使用者1 位使用者
擴充套件後設資料
關於此擴充套件
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\""
},
]
}
]
}
由 1 位評論者給出 5 分
更多資訊