贡献检查器:检查GitHub提交是否符合贡献条件

时间:2024-02-24 07:51:42
【文件属性】:

文件名称:贡献检查器:检查GitHub提交是否符合贡献条件

文件大小:31KB

文件格式:ZIP

更新时间:2024-02-24 07:51:42

github ruby github-api contributions GitHubAPIRuby

GitHub贡献检查器 人 :red_heart: GitHub贡献。 但是,要说出为什么不提交并不总是那么简单。 该库使您可以检查特定的提交是否符合贡献条件。 发展 要开始从事该项目: script/bootstrap 要运行规格: script/test 用法 require "contribution-checker" checker = ContributionChecker :: Checker . new \ :access_token => "" , :commit_url => "https://github.com/user/repo/commit/sha" checker . check => { :contribution => true , :and_criteria => { :commit_email_is_not_generic => true , :commit_in_valid_branch => true , :repo_not_


【文件预览】:
contribution-checker-master
----.travis.yml(102B)
----Rakefile(137B)
----Gemfile(39B)
----spec()
--------helper.rb(734B)
--------contribution-checker()
--------fixtures()
----.gitignore(185B)
----lib()
--------contribution-checker.rb(115B)
--------contribution-checker()
----contribution-checker.gemspec(1KB)
----README.md(2KB)
----script()
--------bootstrap(278B)
--------test(295B)
--------cibuild(84B)
----LICENSE.txt(1KB)

网友评论