moonshot-partners/Build Number Manager
Manages build numbers across repositories with automatic incrementing
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Unique identifier for the build number (e.g., staging-branch) | yes | — |
| initial_number | Initial build number if the ID does not exist | yes | 1 |
| gh_repo | GitHub repository in format owner/repo (e.g., moonshot-partners/build-manager) | yes | — |
| github_token | GitHub token for repository access | no | ${{ github.token }} |
| only_increment_after_finish | If true, only increment build number after successful workflow completion. If false, increment immediately. | no | true |
Outputs
| name | description |
|---|---|
| build_number | The incremented build number |
| previous_number | The previous build number before increment |