infrablocks / ruby_terraform

A simple Ruby wrapper for invoking terraform commands.
MIT License
109 stars 33 forks source link

Bump rake_github from 0.7.0 to 0.9.0 #71

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps rake_github from 0.7.0 to 0.9.0.

Changelog

Sourced from rake_github's changelog.

[0.9.0] 2022-01-28

Added

  • New task pull_requests:merge[branch_name,commit_message] to merge the PR associated with the specified branch.

    commit_message is optional, and can contain the original commit message with the %s placeholder, e.g. pull_requests:merge[new_feature,"%s [skip ci]"].

    Make sure to pass through branch_name and commit_message when defining your rake task:

    RakeGithub.define_repository_tasks(
      # ...
    ) do |t, args|
      # ...
      t.branch_name = args.branch_name
      t.commit_message = args.commit_message
    end
    
Commits
  • 0cf9e0b Bump rake_github to 0.9.0 [ci skip]
  • 6f5c918 Bump rake_github to 0.8.0.pre.12 [ci skip]
  • 37f8fa2 update changelog, add define_repository_tasks usage to readme
  • 90f78de Bump rake_github to 0.8.0.pre.11 [ci skip]
  • 3dd4c4d expose commit message to user
  • 8fed40c Bump rake_github to 0.8.0.pre.10 [ci skip]
  • 6321625 Bugfix: branch_name parameter wasn't exposed to user
  • 6d099f2 Bump rake_github to 0.8.0.pre.9 [ci skip]
  • 410607b update merge task description
  • 836e8dc Bump rake_github to 0.8.0.pre.8 [ci skip]
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like rake_github is up-to-date now, so this is no longer needed.