devjoes/PR Automation
Automatically update, merge, mark stale, mark un-stale and close pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Token to authenticate with when connecting to Github | yes | — |
| autoCloseLabel | Label of PRs to be automatically closed (or * for all PRs) | no | auto-close |
| autoMergeLabel | Label of PRs to be automatically merged (or * for all PRs) | no | auto-merge |
| warnClosingAfter | Warn user their PR will be closed after it has been open for x duration (can be specified as 1s,2m,3h etc) | no | 3d |
| autoCloseAfterWarn | Auto close PRs x duration after author has been warned (can be specified as 1s,2m,3h etc) | no | 1d |
| closingSoonComment | Comment to post on PRs that are closing soon | no | This pull request is inactive and will be closed at @closeTime |
| closingSoonLabel | Label to apply to PRs that are closing soon | no | closing-soon |
| deleteOnMerge | Delete branch once PR has been merged | no | false |
| deleteOnClose | Delete branch if PR is closed | no | false |
| branchBlackList | PRs where these branches are the base or head will be ignored. | yes | master |
Outputs
no outputs