dfodeker/Auto-approve bot-only PRs
Automatically approves pull requests whose commits are all authored by allowed bots.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token with pull-requests:write permission. | yes | — |
| allowed-bot-logins | Comma-separated list of GitHub logins considered as allowed bots (e.g. shopify[bot],dependabot[bot]). | no | shopify[bot] |
| require-pr-author-is-bot | If true, only auto-approve when the PR author is one of the allowed bot logins. | no | true |
| skip-drafts | If true, skip draft PRs. | no | true |
| skip-forks | If true, skip PRs from forks. | no | true |
Outputs
no outputs