Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

lgtm

通过命令或 github request review approve 的方式来给 PR 添加 approve/ 前缀的标签。

cmd

/lgtm
/unlgtm

extra

参考配置:

{
    "extra": {
        "base_label_prefix": "module",
        "target_labels": [
            {
                "role": "owner",
                "target_prefix": "approve"
            }
        ]
    }
}