attachments:一个Probot扩展,用于在GitHub上的评论中添加消息附件

时间:2024-05-24 16:08:37
【文件属性】:

文件名称:attachments:一个Probot扩展,用于在GitHub上的评论中添加消息附件

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-24 16:08:37

probot probot-extension JavaScript

Probot:附件 一个扩展,用于在GitHub上的评论中添加消息附件。 用法 const attachments = require ( 'probot-attachments' ) module . exports = robot => { const events = [ 'issues.opened' , 'pull_request.opened' , 'issue_comment.created' ] robot . on ( events , context => { return attachments ( context ) . add ( { 'title' : 'Hello World' , 'title_link' : 'https://example.com/hello' } ) } ) } 例子 这是一个Prob


【文件预览】:
attachments-master
----.travis.yml(79B)
----index.js(868B)
----package.json(593B)
----.github()
--------stale.yml(1B)
----test()
--------template.test.js(2KB)
--------index.test.js(5KB)
----template.js(1KB)
----.gitignore(31B)
----README.md(2KB)

网友评论