hubot-github-create-pullrequests:使用 Hubot 创建 Github 拉取请求

时间:2024-07-31 19:09:42
【文件属性】:

文件名称:hubot-github-create-pullrequests:使用 Hubot 创建 Github 拉取请求

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-31 19:09:42

CoffeeScript

Hubot 创建拉取请求 使用 Hubot 从现有分支创建 github 拉取请求的脚本。 安装 在hubot项目仓库中,运行: npm install hubot-github-create-pullrequests 然后将hubot-github-createpullrequests添加到您的external-scripts.json : [ "hubot-github-create-pullrequests" ] 配置 这个包使用 HUBOT_GITHUB_TOKEN 环境变量与 github 进行身份验证。 这在更多解释。 获取令牌 如果您还没有令牌,请运行以下命令: curl -i https://api.github.com/authorizations -d '{"note":"githubot","scopes":["repo"]}' -u "yourusern


【文件预览】:
hubot-github-create-pullrequests-master
----.gitignore(13B)
----package.json(788B)
----src()
--------github-create-pullrequests.coffee(2KB)
----.travis.yml(49B)
----LICENSE(1KB)
----README.md(1KB)
----index.coffee(393B)
----script()
--------bootstrap(337B)
--------test(103B)
----test()
--------github-create-pullrequests-test.coffee(490B)

网友评论