moonshot-partners/Build Number Manager

Manages build numbers across repositories with automatic incrementing

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
idUnique identifier for the build number (e.g., staging-branch)yes
initial_numberInitial build number if the ID does not existyes1
gh_repoGitHub repository in format owner/repo (e.g., moonshot-partners/build-manager)yes
github_tokenGitHub token for repository accessno${{ github.token }}
only_increment_after_finishIf true, only increment build number after successful workflow completion. If false, increment immediately.notrue
namedescription
build_numberThe incremented build number
previous_numberThe previous build number before increment