Uses of Class
io.github.cdklabs.projen.github.GitHub.Builder
-
Packages that use GitHub.Builder Package Description io.github.cdklabs.projen.github -
-
Uses of GitHub.Builder in io.github.cdklabs.projen.github
Methods in io.github.cdklabs.projen.github that return GitHub.Builder Modifier and Type Method Description static GitHub.BuilderGitHub.Builder. create(Project project)GitHub.BuilderGitHub.Builder. downloadLfs(Boolean downloadLfs)(experimental) Download files in LFS in workflows.GitHub.BuilderGitHub.Builder. mergify(Boolean mergify)(experimental) Whether mergify should be enabled on this repository or not.GitHub.BuilderGitHub.Builder. mergifyOptions(MergifyOptions mergifyOptions)(experimental) Options for Mergify.GitHub.BuilderGitHub.Builder. projenCredentials(GithubCredentials projenCredentials)(experimental) Choose a method of providing GitHub API access for projen workflows.GitHub.BuilderGitHub.Builder. projenTokenSecret(String projenTokenSecret)Deprecated.useprojenCredentialsGitHub.BuilderGitHub.Builder. pullRequestLint(Boolean pullRequestLint)(experimental) Add a workflow that performs basic checks for pull requests, like validating that PRs follow Conventional Commits.GitHub.BuilderGitHub.Builder. pullRequestLintOptions(PullRequestLintOptions pullRequestLintOptions)(experimental) Options for configuring a pull request linter.GitHub.BuilderGitHub.Builder. workflows(Boolean workflows)(experimental) Enables GitHub workflows.
-