masterpointio/Trunk Upgrade with Auto-merge
Automated Trunk upgrades with status check handling and auto-merge
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for creating PRs and performing operations | yes | — |
| app-id | GitHub App ID for bot authentication | — | — |
| app-private-key | GitHub App private key for bot authentication | — | — |
| reviewers | Reviewers to assign to the PR (e.g., '@org/team' or 'user1,user2') | — | "" |
| prefix | Prefix for commit messages and PR titles | — | chore: |
| merge-method | Method to use for merging (squash, merge, rebase) | — | squash |
| check-timeout-minutes | Maximum time to wait for status checks (in minutes) | — | 10 |
| check-interval-seconds | Interval between status check polls (in seconds) | — | 30 |
Outputs
| name | description |
|---|---|
| pull-request-number | The number of the created pull request |
| pull-request-url | The URL of the created pull request |
| merged | Whether the PR was successfully merged |