lcdsmao/Update Branch
Merge your pull request in order when enabled the `Require branches to be up to date before merging`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Github token or personal access token. Require personal access token to access branch protection rules or trigger other workflows. | yes | — |
| autoMergeMethod | Method to use when enable pull request auto merge. | no | MERGE |
| requiredLabels | Labels must be present before merging. | no | — |
| requiredApprovals | Count of approvals must be this number before merging. | no | 0 |
| allRequestedReviewersMustApprove | Must get approvals from all requested reviewers before merging. | no | true |
| requiredStatusChecks | Multiple status checks required to be success. | no | "" |
| protectedBranchNamePattern | The name pattern of GitHub branch protection rules to apply. The default behavior is to find the name pattern of main or master. Require personal access token to let this feature work. | no | "" |
| fetchMaxPr | The maximum amount of pull request fetch when searching for eligible pull requests. | no | 50 |
| fetchMaxPrChecks | The maximum amount of pull request checks to fetch when searching for requiredStatusChecks. | no | 100 |
| fetchMaxPrLabels | The maximum amount of pull request labels to fetch when searching for requiredLabels. | no | 10 |
| fetchMaxComments | The maximum amount of comments to fetch when checking for required conversaion resolution. | no | 50 |
| prChecksFetchOrder | The order pr checks should be fetched in. If the required checks are the last ones, consider setting to "last" | no | first |
Outputs
no outputs