marian13/Ensure Source Branch Contains Destination Branch

Verifies that the source branch contains all commits from the destination branch (e.g., main), preventing out-of-date merges.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
source-branchThe branch to check (defaults to the branch that triggered the workflow).no
destination-branchThe branch that must be contained in the source branch (defaults to the repo default branch).no
tokenGitHub token used to call the SHA API and the Compare API.no${{ github.token }}
tagTag prepended to log messages (e.g., "[some-tag] message"). Set to '' to log without a tag.noensure-source-branch-contains-destination-branch
namedescription
statusResult of the branch comparison (sameBranch, ahead, identical, behind, diverged, shaApiError, compareApiError, unknownStatus, unexpectedException).