fastify/Github Action Merge Dependabot
Automatically approve and merge dependabot PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A GitHub token | no | ${{ github.token }} |
| exclude | Packages that you want to manually review before upgrading | no | — |
| approve-only | If true, the PR is only approved but not merged | no | false |
| merge-method | The merge method you would like to use (squash, merge, rebase) | no | squash |
| merge-comment | An arbitrary message that you'd like to comment on the PR after it gets auto-merged | no | "" |
| use-github-auto-merge | If true, the PR is only marked as auto-merge enabled | no | false |
| target | Auto-merge on updates based on Semantic Versioning | no | any |
| target-development | Auto-merge on updates based on Semantic Versioning for development dependencies | no | — |
| target-production | Auto-merge on updates based on Semantic Versioning for production dependencies | no | — |
| target-indirect | Auto-merge on updates based on Semantic Versioning for indirect updates | no | — |
| pr-number | A pull request number, only required if triggered from a workflow_dispatch event | no | — |
| skip-commit-verification | If true, then the action will not expect the commits to have a verification signature. It is required to set this to true in GitHub Enterprise Server | no | false |
| skip-verification | If true, the action will not validate the user or the commit verification status | — | false |
| merge-window | A 5-field cron expression (e.g. "0 9-16 * * 1-5") describing when merges are allowed. PRs evaluated outside this window are skipped. | no | "" |
| merge-window-timezone | The IANA timezone (e.g. "Europe/London") used to evaluate merge-window. Defaults to UTC. | no | "" |
Outputs
| name | description |
|---|---|
| merge_status | Merge status |