iobroker-bot-orga/Auto-Merge ioBroker-Bot PRs
Automatically merge pull requests created by ioBroker-Bot unless explicitly blocked
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 14, 2026
- License
- MIT
Pinned Snippet
uses: iobroker-bot-orga/action-automerge-iobroker-bot@f115e5f6035231ff48a9ea1d46b2d974353d8b93 # v1.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with permissions to merge PRs | yes | — |
| pull-request-ref | Optional pull request reference (PR number or refs/pull/<number>/head|merge) | no | "" |
| merge-method | Merge method to use (merge, squash, or rebase) | no | merge |
| wait-for-checks | Wait for other checks to complete before merging | no | true |
| max-wait-time | Maximum time to wait for checks in seconds | no | 3600 |
| poll-interval-seconds | Polling interval in seconds while waiting for checks | no | 45 |
| initial-check-delay-seconds | Initial delay before evaluating whether checks exist | no | 10 |
| mergeable-max-wait-time | Maximum time in seconds to wait for GitHub to compute PR mergeability | no | 600 |
| mergeable-poll-interval-seconds | Polling interval in seconds while waiting for PR mergeability | no | 15 |
Outputs
| name | description |
|---|---|
| should-merge | Whether the PR should be merged |
| match-reason | Reason for the merge decision |
| checks-passed | Whether all CI checks passed |