Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Check whether a submodule is on default branch (usually master)

License

Notifications You must be signed in to change notification settings

richard1122/submodule-checker

Repository files navigation

Submodule Checker

中文

Check whether a submodule is on default branch (usually master), and report a github commit status.

image

Config (in your repos)

Add config file

Config file .submodule_checker.json:

[
  "/fqdns",
  "/hexo-theme-next",
  "/dayjs"
]

Put each submodule path (relative to root of current project) to a json array.

This will check your submodule on default branch (master by default), if you would like to change default branch, please visit: https://help.github.com/articles/setting-the-default-branch/ .

Install Github APP

Submodule Checker is now providing a Github App, you can install it here: https://github.com/apps/submodule-checker .

Please make sure your submodule project is also installed, otherwise commits cannot be compared.

About

Check whether a submodule is on default branch (usually master)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published