| Package | Description |
|---|---|
| io.github.cdklabs.projen.github |
| Modifier and Type | Method and Description |
|---|---|
AutoApprove.Builder |
AutoApprove.Builder.allowedUsernames(List<String> allowedUsernames)
(experimental) Only pull requests authored by these Github usernames will be auto-approved.
|
static AutoApprove.Builder |
AutoApprove.Builder.create(GitHub github) |
AutoApprove.Builder |
AutoApprove.Builder.label(String label)
(experimental) Only pull requests with this label will be auto-approved.
|
AutoApprove.Builder |
AutoApprove.Builder.runsOn(List<String> runsOn)
(experimental) Github Runner selection labels.
|
AutoApprove.Builder |
AutoApprove.Builder.secret(String secret)
(experimental) A GitHub secret name which contains a GitHub Access Token with write permissions for the `pull_request` scope.
|
Copyright © 2021. All rights reserved.