bundler-outdated-action:在Github Actions中使用的脚本可在问题中列出过时的宝石

时间:2024-04-25 15:04:07
【文件属性】:

文件名称:bundler-outdated-action:在Github Actions中使用的脚本可在问题中列出过时的宝石

文件大小:3KB

文件格式:ZIP

更新时间:2024-04-25 15:04:07

Ruby

捆扎机过时的动作 使用Github Actions创建和更新Github问题,其中包含项目中可更新的gem。 结果看起来像这样: bundle outdated --strict 宝石 已安装 最新 团体 11.1.1 11.1.3 开发,测试 1.1.1 1.2.0 默认 6.0.6 6.0.7 默认 4.0.1 4.0.2 发展 使用 在您的项目中创建一个新的工作流( .github/workflows/outdated_gems.yml ) 合并范围存储repo创建 将令牌添加到名称为GH_TOKEN存储库秘密中 例子: name : ' Outdated Gems ' on : push : branches : - master jobs : outdated_gems : runs-on : ubuntu-latest


【文件预览】:
bundler-outdated-action-master
----.gitignore(5B)
----github_issue_service.rb(1KB)
----parsing.rb(2KB)
----README.md(2KB)
----main.rb(448B)

网友评论