Skip to content

Git Submodule Status Commenter

Actions
GitHub action to comment git submodule status to the PR
v2.2.0
Latest
Verified creator
Star (2)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Git Submodule Status Commenter

This action informs reviewers about the submodule status in the PR:

Submodule "foo" status

Configuration

name: Submodule status commenter
on:
    pull_request:
        types: [opened, synchronize, reopened, ready_for_review]
jobs:
    run:
        runs-on: ubuntu-latest
        steps:
            - uses: actions/checkout@v4
              with:
                  token: ${{ secrets.GITHUB_TOKEN }}
                  submodules: true

            - uses: rematocorp/submodule-status-commenter@v2
              with:
                  github-token: ${{ secrets.GITHUB_TOKEN }}

Git Submodule Status Commenter 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

GitHub action to comment git submodule status to the PR
v2.2.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Git Submodule Status Commenter 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.