alfred82santa/Keep PR Updated
An action that keeps your pull requests up to date with the base branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token to use for authentication. | yes | ${{ github.token }} |
| base-branch | The base branch to keep the pull requests updated with. | yes | ${{ github.event.pull_request.base.ref || github.ref_name }} |
| required-labels | Comma-separated list of labels required to trigger the update. | no | "" |
| required-automerge | If true, only update the PR if it has the "automerge" enabled. | no | false |
| avoided-labels | Comma-separated list of labels that prevent the update if present on the PR. | no | "" |
Outputs
| name | description |
|---|---|
| pull-requests-updated | Indicates which pull requests have been updated. |
| pull-requests-skipped | Indicates which pull requests were skipped. |
| pull-requests-failed | Indicates which pull requests failed to update. |