redhat-plumbers-in-action/Plumber Auto Merge
GitHub Action that merges PR if specified conditions are met
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr-metadata | Pull Request metadata | yes | — |
| config-path | Path to configuration file | no | .github/auto-merge.yml |
| tracker | tracker ID | no | — |
| tracker-type | tracker type, supported values are 'bugzilla' and 'jira' | no | none |
| bugzilla-instance | Bugzilla instance URL | — | https://bugzilla.redhat.com |
| bugzilla-api-token | Bugzilla API TOKEN | — | — |
| jira-instance | Jira instance URL | — | https://redhat.atlassian.net |
| jira-email | Jira email | — | systemd-maint@redhat.com |
| jira-api-token | Jira API TOKEN | — | — |
| set-status | Set check-run status on Pull Request | no | false |
| status-title | H3 title of status message | no | Auto Merge |
| token | GitHub TOKEN or PAT | yes | — |
Outputs
| name | description |
|---|---|
| status | Status message of the validation |