ensembleip/TBD Methodology Checks
Validates that PRs comply with Trunk-based Development (TBD) methodology
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jan 22, 2026
- License
- MIT
Pinned Snippet
uses: ensembleip/tbd-methodology-checks@cc756c5506530e0a3845c4e51946d3008d77d5c8 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| cherry-pick-branch-regex | Regular expression pattern for validating cherry-pick branch names. | no | ^bug/QD-\d+-.+-cherry-pick$ |
| example-cherry-pick-branch | Example branch name to display in error messages. | no | bug/QD-1234-bug-description-cherry-pick |
| branch-pattern | Regular expression pattern for validating branch name format. | no | ^(bug|story|task|spike)/QD-\d+-[a-z0-9-]+$ |
| commit-pattern | Regular expression pattern for validating commit message format. | no | ^\[QD-\d+\] .+$ |
| commit-example | Example commit message to display in error messages. | no | [QD-123] Your commit message here |
Outputs
no outputs