
Gitlab Assistant
Adds a browser Gitlab action icon to the toolbar. This allows to add some predefined gitlab actions
基本信息
- 更新日期:
- 包名:
- gitlab-assistant
- 版本:
- 0.0.2
- 大小:
- 22.63KB
- 类型:
- Firefox
- 平台:
- Firefox
- 评分:
- 1
- 发布日期:
- 2021-12-01
- 价格:
- 免费
- 开发者:
- 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\""
},
]
}
]
}
更多...