ghi-assist:整理Github Issue的Bot

时间:2024-06-14 17:50:34
【文件属性】:

文件名称:ghi-assist:整理Github Issue的Bot

文件大小:45KB

文件格式:ZIP

更新时间:2024-06-14 17:50:34

Python

Ghi-assist 整理Github Issue的Bot! 现成的功能如下: 分配相关问题:在提交带有评论的PR时说它可以解决特定问题,请将该问题分配给提交PR的用户。 声明问题:如果用户对问题发表评论,说“声明”,“声明”或“声明”,请将该问题分配给该用户,除非已将其分配给其他人。 添加标签:打开或评论问题或PR时,​​将扫描以'##'开头的任何行以查找任何标签的名称,如果找到,则将其应用于问题或PR。 必须在etc/config.json定义标签才能被认为是有效的。 安装 (virtualenv preferred) python setup.py install 测验 py.test tests 设置 服务器 etc/config/sample.json提供了一个示例配置文件。 cp etc/config.sample.json etc/config.json 博


【文件预览】:
ghi-assist-master
----setup.py(364B)
----.gitignore(92B)
----requirements.txt(82B)
----etc()
--------config.sample.json(829B)
----bin()
--------server.py(3KB)
--------test.py(396B)
----LICENSE(34KB)
----README.md(2KB)
----tests()
--------test_extract_labels.py(1KB)
--------test_labels.py(1016B)
--------test_new_issue_label_hook.py(2KB)
--------test_new_pr_label_hook.py(2KB)
--------test_assigned_labels.py(2KB)
--------test_handlers.py(1KB)
--------test_url_label_hook.py(3KB)
--------test_assign_related_hook.py(4KB)
--------payloads()
--------test_comment_label_hook.py(2KB)
--------test_claim_hook.py(2KB)
----ghi_assist()
--------__init__.py(0B)
--------webhook.py(2KB)
--------utils.py(3KB)
--------api.py(3KB)
--------hooks()

网友评论