Uses of Class
io.github.cdklabs.projen.github.AutoApprove.Builder
-
Packages that use AutoApprove.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of AutoApprove.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return AutoApprove.Builder Modifier and Type Method Description AutoApprove.BuilderAutoApprove.Builder. allowedUsernames(List<String> allowedUsernames)(experimental) Only pull requests authored by these Github usernames will be auto-approved.static AutoApprove.BuilderAutoApprove.Builder. create(GitHub github)AutoApprove.BuilderAutoApprove.Builder. label(String label)(experimental) Only pull requests with this label will be auto-approved.AutoApprove.BuilderAutoApprove.Builder. runsOn(List<String> runsOn)(experimental) Github Runner selection labels.AutoApprove.BuilderAutoApprove.Builder. runsOnGroup(GroupRunnerOptions runsOnGroup)(experimental) Github Runner Group selection options.AutoApprove.BuilderAutoApprove.Builder. secret(String secret)(experimental) A GitHub secret name which contains a GitHub Access Token with write permissions for thepull_requestscope.
-