Skip to content

Bump Git Submodules

Actions
Bump git submodules on /submodules comment
0.0.1
Latest
Star (29)

git-submodule-action

An action that bumps the submodules in a repo.

Once you have installed it, you can trigger it with a /submodules comment on a PR.

Example workflow:

workflow "Bump Submodules" {
  on = "issue_comment"
  resolves = ["bump-submodules"]
}

action "bump-submodules" {
  uses = "domdere/git-submodule-action@master"
}

TODOs

  • Handle submodules referring to private repos (ssh?)

Bump Git Submodules is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Bump git submodules on /submodules comment
0.0.1
Latest

Bump Git Submodules is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.