ensembleip/TBD Methodology Checks

Validates that PRs comply with Trunk-based Development (TBD) methodology

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jan 22, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: ensembleip/tbd-methodology-checks@cc756c5506530e0a3845c4e51946d3008d77d5c8 # v1.1.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
cherry-pick-branch-regexRegular expression pattern for validating cherry-pick branch names.no^bug/QD-\d+-.+-cherry-pick$
example-cherry-pick-branchExample branch name to display in error messages.nobug/QD-1234-bug-description-cherry-pick
branch-patternRegular expression pattern for validating branch name format.no^(bug|story|task|spike)/QD-\d+-[a-z0-9-]+$
commit-patternRegular expression pattern for validating commit message format.no^\[QD-\d+\] .+$
commit-exampleExample commit message to display in error messages.no[QD-123] Your commit message here

no outputs