projen 0.70.2 → 0.70.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +108 -90
- package/docs/api/API.md +2 -0
- package/lib/.types-compat/ts3.9/lib/_resolve.d.ts +2 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/auto-discover.d.ts +129 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-java.d.ts +53 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-py.d.ts +49 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-ts.d.ts +81 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-construct.d.ts +89 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-java.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-js.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-py.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps.d.ts +168 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-pytest-sample.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/cdk-config.d.ts +122 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/cdk-tasks.d.ts +33 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/index.d.ts +14 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/integration-test.d.ts +46 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/internal.d.ts +20 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/lambda-extension.d.ts +68 -0
- package/lib/.types-compat/ts3.9/lib/awscdk/lambda-function.d.ts +171 -0
- package/lib/.types-compat/ts3.9/lib/build/build-workflow.d.ts +180 -0
- package/lib/.types-compat/ts3.9/lib/build/index.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/builtin-example.task.d.ts +0 -0
- package/lib/.types-compat/ts3.9/lib/cdk/auto-discover-base.d.ts +45 -0
- package/lib/.types-compat/ts3.9/lib/cdk/construct-lib.d.ts +38 -0
- package/lib/.types-compat/ts3.9/lib/cdk/consts.d.ts +6 -0
- package/lib/.types-compat/ts3.9/lib/cdk/index.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/cdk/integration-test-base.d.ts +53 -0
- package/lib/.types-compat/ts3.9/lib/cdk/internal.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/cdk/jsii-docgen.d.ts +20 -0
- package/lib/.types-compat/ts3.9/lib/cdk/jsii-project.d.ts +153 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/auto-discover.d.ts +33 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-py.d.ts +39 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-ts.d.ts +45 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-construct.d.ts +71 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-js.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-py.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps.d.ts +144 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/index.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/cdk8s/integration-test.d.ts +13 -0
- package/lib/.types-compat/ts3.9/lib/cdktf/cdktf-construct.d.ts +26 -0
- package/lib/.types-compat/ts3.9/lib/cdktf/index.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/circleci/circleci.d.ts +132 -0
- package/lib/.types-compat/ts3.9/lib/circleci/constant.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/circleci/index.d.ts +3 -0
- package/lib/.types-compat/ts3.9/lib/circleci/model.d.ts +260 -0
- package/lib/.types-compat/ts3.9/lib/cleanup.d.ts +2 -0
- package/lib/.types-compat/ts3.9/lib/cli/cmds/new.d.ts +9 -0
- package/lib/.types-compat/ts3.9/lib/cli/index.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/cli/macros.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/cli/synth.d.ts +19 -0
- package/lib/.types-compat/ts3.9/lib/cli/tasks.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/cli/util.d.ts +19 -0
- package/lib/.types-compat/ts3.9/lib/clobber.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/common.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/component.d.ts +20 -0
- package/lib/.types-compat/ts3.9/lib/dependencies.d.ts +160 -0
- package/lib/.types-compat/ts3.9/lib/dev-env.d.ts +80 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-network.d.ts +103 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-port.d.ts +44 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-render.d.ts +2 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-service.d.ts +155 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-volume.d.ts +64 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose.d.ts +99 -0
- package/lib/.types-compat/ts3.9/lib/docker-compose/index.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/file.d.ts +119 -0
- package/lib/.types-compat/ts3.9/lib/gitattributes.d.ts +26 -0
- package/lib/.types-compat/ts3.9/lib/github/actions-provider.d.ts +28 -0
- package/lib/.types-compat/ts3.9/lib/github/auto-approve.d.ts +44 -0
- package/lib/.types-compat/ts3.9/lib/github/auto-merge.d.ts +41 -0
- package/lib/.types-compat/ts3.9/lib/github/constants.d.ts +20 -0
- package/lib/.types-compat/ts3.9/lib/github/dependabot.d.ts +247 -0
- package/lib/.types-compat/ts3.9/lib/github/github-credentials.d.ts +58 -0
- package/lib/.types-compat/ts3.9/lib/github/github-project.d.ts +177 -0
- package/lib/.types-compat/ts3.9/lib/github/github.d.ts +110 -0
- package/lib/.types-compat/ts3.9/lib/github/index.d.ts +15 -0
- package/lib/.types-compat/ts3.9/lib/github/mergify.d.ts +81 -0
- package/lib/.types-compat/ts3.9/lib/github/pr-template.d.ts +19 -0
- package/lib/.types-compat/ts3.9/lib/github/pull-request-lint.d.ts +48 -0
- package/lib/.types-compat/ts3.9/lib/github/stale-util.d.ts +8 -0
- package/lib/.types-compat/ts3.9/lib/github/stale.d.ts +85 -0
- package/lib/.types-compat/ts3.9/lib/github/task-workflow.d.ts +119 -0
- package/lib/.types-compat/ts3.9/lib/github/util.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +78 -0
- package/lib/.types-compat/ts3.9/lib/github/workflows-model.d.ts +1031 -0
- package/lib/.types-compat/ts3.9/lib/github/workflows.d.ts +108 -0
- package/lib/.types-compat/ts3.9/lib/gitlab/configuration-model.d.ts +536 -0
- package/lib/.types-compat/ts3.9/lib/gitlab/configuration.d.ts +170 -0
- package/lib/.types-compat/ts3.9/lib/gitlab/gitlab-configuration.d.ts +19 -0
- package/lib/.types-compat/ts3.9/lib/gitlab/index.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/gitlab/nested-configuration.d.ts +11 -0
- package/lib/.types-compat/ts3.9/lib/gitpod.d.ts +301 -0
- package/lib/.types-compat/ts3.9/lib/ignore-file.d.ts +59 -0
- package/lib/.types-compat/ts3.9/lib/index.d.ts +51 -0
- package/lib/.types-compat/ts3.9/lib/ini.d.ts +15 -0
- package/lib/.types-compat/ts3.9/lib/inventory.d.ts +46 -0
- package/lib/.types-compat/ts3.9/lib/java/index.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/java/java-project.d.ts +141 -0
- package/lib/.types-compat/ts3.9/lib/java/junit.d.ts +29 -0
- package/lib/.types-compat/ts3.9/lib/java/maven-compile.d.ts +26 -0
- package/lib/.types-compat/ts3.9/lib/java/maven-packaging.d.ts +34 -0
- package/lib/.types-compat/ts3.9/lib/java/maven-sample.d.ts +14 -0
- package/lib/.types-compat/ts3.9/lib/java/pom.d.ts +214 -0
- package/lib/.types-compat/ts3.9/lib/java/projenrc.d.ts +59 -0
- package/lib/.types-compat/ts3.9/lib/javascript/bundler.d.ts +174 -0
- package/lib/.types-compat/ts3.9/lib/javascript/eslint.d.ts +175 -0
- package/lib/.types-compat/ts3.9/lib/javascript/index.d.ts +10 -0
- package/lib/.types-compat/ts3.9/lib/javascript/jest.d.ts +599 -0
- package/lib/.types-compat/ts3.9/lib/javascript/node-package.d.ts +605 -0
- package/lib/.types-compat/ts3.9/lib/javascript/node-project.d.ts +464 -0
- package/lib/.types-compat/ts3.9/lib/javascript/npm-config.d.ts +40 -0
- package/lib/.types-compat/ts3.9/lib/javascript/prettier.d.ts +358 -0
- package/lib/.types-compat/ts3.9/lib/javascript/projenrc.d.ts +18 -0
- package/lib/.types-compat/ts3.9/lib/javascript/render-options.d.ts +88 -0
- package/lib/.types-compat/ts3.9/lib/javascript/typescript-config.d.ts +403 -0
- package/lib/.types-compat/ts3.9/lib/javascript/upgrade-dependencies.d.ts +188 -0
- package/lib/.types-compat/ts3.9/lib/javascript/util.d.ts +21 -0
- package/lib/.types-compat/ts3.9/lib/json-patch.d.ts +75 -0
- package/lib/.types-compat/ts3.9/lib/json.d.ts +27 -0
- package/lib/.types-compat/ts3.9/lib/license.d.ts +31 -0
- package/lib/.types-compat/ts3.9/lib/logger.d.ts +73 -0
- package/lib/.types-compat/ts3.9/lib/logging.d.ts +8 -0
- package/lib/.types-compat/ts3.9/lib/makefile.d.ts +77 -0
- package/lib/.types-compat/ts3.9/lib/object-file.d.ts +155 -0
- package/lib/.types-compat/ts3.9/lib/option-hints.d.ts +18 -0
- package/lib/.types-compat/ts3.9/lib/project-build.d.ts +41 -0
- package/lib/.types-compat/ts3.9/lib/project.d.ts +374 -0
- package/lib/.types-compat/ts3.9/lib/projects.d.ts +63 -0
- package/lib/.types-compat/ts3.9/lib/projenrc-json.d.ts +27 -0
- package/lib/.types-compat/ts3.9/lib/projenrc.d.ts +18 -0
- package/lib/.types-compat/ts3.9/lib/python/index.d.ts +14 -0
- package/lib/.types-compat/ts3.9/lib/python/pip.d.ts +32 -0
- package/lib/.types-compat/ts3.9/lib/python/poetry.d.ts +177 -0
- package/lib/.types-compat/ts3.9/lib/python/projenrc.d.ts +32 -0
- package/lib/.types-compat/ts3.9/lib/python/pytest-sample.d.ts +21 -0
- package/lib/.types-compat/ts3.9/lib/python/pytest.d.ts +24 -0
- package/lib/.types-compat/ts3.9/lib/python/python-deps.d.ts +30 -0
- package/lib/.types-compat/ts3.9/lib/python/python-env.d.ts +6 -0
- package/lib/.types-compat/ts3.9/lib/python/python-packaging.d.ts +62 -0
- package/lib/.types-compat/ts3.9/lib/python/python-project.d.ts +190 -0
- package/lib/.types-compat/ts3.9/lib/python/python-sample.d.ts +17 -0
- package/lib/.types-compat/ts3.9/lib/python/requirements-file.d.ts +29 -0
- package/lib/.types-compat/ts3.9/lib/python/setuppy.d.ts +70 -0
- package/lib/.types-compat/ts3.9/lib/python/setuptools.d.ts +15 -0
- package/lib/.types-compat/ts3.9/lib/python/venv.d.ts +28 -0
- package/lib/.types-compat/ts3.9/lib/readme.d.ts +28 -0
- package/lib/.types-compat/ts3.9/lib/release/bump-version.d.ts +72 -0
- package/lib/.types-compat/ts3.9/lib/release/bump-version.task.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/release/index.d.ts +3 -0
- package/lib/.types-compat/ts3.9/lib/release/publisher.d.ts +533 -0
- package/lib/.types-compat/ts3.9/lib/release/release-trigger.d.ts +97 -0
- package/lib/.types-compat/ts3.9/lib/release/release.d.ts +338 -0
- package/lib/.types-compat/ts3.9/lib/release/reset-version.task.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/release/tag-version.d.ts +31 -0
- package/lib/.types-compat/ts3.9/lib/release/tag-version.task.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/release/update-changelog.d.ts +36 -0
- package/lib/.types-compat/ts3.9/lib/release/update-changelog.task.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/renovatebot.d.ts +99 -0
- package/lib/.types-compat/ts3.9/lib/run-projenrc-json.task.d.ts +1 -0
- package/lib/.types-compat/ts3.9/lib/sample-file.d.ts +88 -0
- package/lib/.types-compat/ts3.9/lib/semver.d.ts +34 -0
- package/lib/.types-compat/ts3.9/lib/smithy/smithy-build.d.ts +156 -0
- package/lib/.types-compat/ts3.9/lib/source-code.d.ts +46 -0
- package/lib/.types-compat/ts3.9/lib/task-model.d.ts +130 -0
- package/lib/.types-compat/ts3.9/lib/task-runtime.d.ts +32 -0
- package/lib/.types-compat/ts3.9/lib/task.d.ts +129 -0
- package/lib/.types-compat/ts3.9/lib/tasks.d.ts +51 -0
- package/lib/.types-compat/ts3.9/lib/testing.d.ts +18 -0
- package/lib/.types-compat/ts3.9/lib/textfile.d.ts +33 -0
- package/lib/.types-compat/ts3.9/lib/toml.d.ts +15 -0
- package/lib/.types-compat/ts3.9/lib/typescript/index.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/typescript/projenrc-ts.d.ts +43 -0
- package/lib/.types-compat/ts3.9/lib/typescript/projenrc.d.ts +27 -0
- package/lib/.types-compat/ts3.9/lib/typescript/typescript-typedoc.d.ts +7 -0
- package/lib/.types-compat/ts3.9/lib/typescript/typescript.d.ts +163 -0
- package/lib/.types-compat/ts3.9/lib/util/semver.d.ts +43 -0
- package/lib/.types-compat/ts3.9/lib/util/synth.d.ts +42 -0
- package/lib/.types-compat/ts3.9/lib/util.d.ts +131 -0
- package/lib/.types-compat/ts3.9/lib/version.d.ts +45 -0
- package/lib/.types-compat/ts3.9/lib/vscode/devcontainer.d.ts +86 -0
- package/lib/.types-compat/ts3.9/lib/vscode/extensions.d.ts +36 -0
- package/lib/.types-compat/ts3.9/lib/vscode/index.d.ts +5 -0
- package/lib/.types-compat/ts3.9/lib/vscode/launch-config.d.ts +90 -0
- package/lib/.types-compat/ts3.9/lib/vscode/settings.d.ts +24 -0
- package/lib/.types-compat/ts3.9/lib/vscode/vscode.d.ts +14 -0
- package/lib/.types-compat/ts3.9/lib/web/index.d.ts +4 -0
- package/lib/.types-compat/ts3.9/lib/web/next.d.ts +100 -0
- package/lib/.types-compat/ts3.9/lib/web/postcss.d.ts +28 -0
- package/lib/.types-compat/ts3.9/lib/web/react.d.ts +105 -0
- package/lib/.types-compat/ts3.9/lib/web/tailwind.d.ts +21 -0
- package/lib/.types-compat/ts3.9/lib/xmlfile.d.ts +18 -0
- package/lib/.types-compat/ts3.9/lib/yaml.d.ts +25 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +1 -1
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +8 -5
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/cli/index.js +2 -18
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration.js +1 -1
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +1 -1
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +1 -1
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.d.ts +7 -0
- package/lib/release/publisher.js +9 -2
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +3 -2
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +3 -3
- package/lib/util.d.ts +19 -0
- package/lib/util.js +33 -2
- package/lib/version.js +1 -1
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import { JobStep, AppPermissions } from "./workflows-model";
|
|
2
|
+
/**
|
|
3
|
+
* Options for `GithubCredentials.fromPersonalAccessToken`
|
|
4
|
+
*/
|
|
5
|
+
export interface GithubCredentialsPersonalAccessTokenOptions {
|
|
6
|
+
readonly secret?: string;
|
|
7
|
+
}
|
|
8
|
+
/**
|
|
9
|
+
* Options for `GithubCredentials.fromApp`
|
|
10
|
+
*/
|
|
11
|
+
export interface GithubCredentialsAppOptions {
|
|
12
|
+
readonly appIdSecret?: string;
|
|
13
|
+
readonly privateKeySecret?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The permissions granted to the token.
|
|
16
|
+
*
|
|
17
|
+
* @default - all permissions granted to the app
|
|
18
|
+
*/
|
|
19
|
+
readonly permissions?: AppPermissions;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents a method of providing GitHub API access for projen workflows.
|
|
23
|
+
*/
|
|
24
|
+
export declare class GithubCredentials {
|
|
25
|
+
private readonly options;
|
|
26
|
+
/**
|
|
27
|
+
* Provide API access through a GitHub personal access token.
|
|
28
|
+
*
|
|
29
|
+
* The token must be added as a secret to the GitHub repo, and the name of the
|
|
30
|
+
* secret can be specified here.
|
|
31
|
+
*
|
|
32
|
+
* @see https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
|
|
33
|
+
* @default - a secret named "PROJEN_GITHUB_TOKEN"
|
|
34
|
+
*/
|
|
35
|
+
static fromPersonalAccessToken(options?: GithubCredentialsPersonalAccessTokenOptions): GithubCredentials;
|
|
36
|
+
/**
|
|
37
|
+
* Provide API access through a GitHub App.
|
|
38
|
+
*
|
|
39
|
+
* The GitHub App must be installed on the GitHub repo, its App ID and a
|
|
40
|
+
* private key must be added as secrets to the repo. The name of the secrets
|
|
41
|
+
* can be specified here.
|
|
42
|
+
*
|
|
43
|
+
* @see https://docs.github.com/en/developers/apps/building-github-apps/creating-a-github-app
|
|
44
|
+
* @see https://projen.io/github.html#github-app
|
|
45
|
+
* @default - app id stored in "PROJEN_APP_ID" and private key stored in "PROJEN_APP_PRIVATE_KEY" with all permissions attached to the app
|
|
46
|
+
*/
|
|
47
|
+
static fromApp(options?: GithubCredentialsAppOptions): GithubCredentials;
|
|
48
|
+
private constructor();
|
|
49
|
+
/**
|
|
50
|
+
* Setup steps to obtain GitHub credentials.
|
|
51
|
+
*/
|
|
52
|
+
get setupSteps(): JobStep[];
|
|
53
|
+
/**
|
|
54
|
+
* The value to use in a workflow when a GitHub token is expected. This
|
|
55
|
+
* typically looks like "${{ some.path.to.a.value }}".
|
|
56
|
+
*/
|
|
57
|
+
get tokenRef(): string;
|
|
58
|
+
}
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
import { AutoApprove, AutoApproveOptions } from "./auto-approve";
|
|
2
|
+
import { AutoMergeOptions } from "./auto-merge";
|
|
3
|
+
import { GitHub, GitHubOptions } from "./github";
|
|
4
|
+
import { GithubCredentials } from "./github-credentials";
|
|
5
|
+
import { MergifyOptions } from "./mergify";
|
|
6
|
+
import { StaleOptions } from "./stale";
|
|
7
|
+
import { Gitpod } from "../gitpod";
|
|
8
|
+
import { Project, ProjectOptions, ProjectType } from "../project";
|
|
9
|
+
import { SampleReadmeProps } from "../readme";
|
|
10
|
+
import { DevContainer, VsCode } from "../vscode";
|
|
11
|
+
/**
|
|
12
|
+
* Options for `GitHubProject`.
|
|
13
|
+
*/
|
|
14
|
+
export interface GitHubProjectOptions extends ProjectOptions {
|
|
15
|
+
/**
|
|
16
|
+
* Add a Gitpod development environment
|
|
17
|
+
*
|
|
18
|
+
* @default false
|
|
19
|
+
*/
|
|
20
|
+
readonly gitpod?: boolean;
|
|
21
|
+
/**
|
|
22
|
+
* Enable VSCode integration.
|
|
23
|
+
*
|
|
24
|
+
* Enabled by default for root projects. Disabled for non-root projects.
|
|
25
|
+
*
|
|
26
|
+
* @default true
|
|
27
|
+
*/
|
|
28
|
+
readonly vscode?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Enable GitHub integration.
|
|
31
|
+
*
|
|
32
|
+
* Enabled by default for root projects. Disabled for non-root projects.
|
|
33
|
+
*
|
|
34
|
+
* @default true
|
|
35
|
+
*/
|
|
36
|
+
readonly github?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Options for GitHub integration
|
|
39
|
+
*
|
|
40
|
+
* @default - see GitHubOptions
|
|
41
|
+
*/
|
|
42
|
+
readonly githubOptions?: GitHubOptions;
|
|
43
|
+
/**
|
|
44
|
+
* Whether mergify should be enabled on this repository or not.
|
|
45
|
+
*
|
|
46
|
+
* @default true
|
|
47
|
+
* @deprecated use `githubOptions.mergify` instead
|
|
48
|
+
*/
|
|
49
|
+
readonly mergify?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Options for mergify
|
|
52
|
+
*
|
|
53
|
+
* @default - default options
|
|
54
|
+
* @deprecated use `githubOptions.mergifyOptions` instead
|
|
55
|
+
*/
|
|
56
|
+
readonly mergifyOptions?: MergifyOptions;
|
|
57
|
+
/**
|
|
58
|
+
* Add a VSCode development environment (used for GitHub Codespaces)
|
|
59
|
+
*
|
|
60
|
+
* @default false
|
|
61
|
+
*/
|
|
62
|
+
readonly devContainer?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* Add a `clobber` task which resets the repo to origin.
|
|
65
|
+
* @default - true, but false for subprojects
|
|
66
|
+
*/
|
|
67
|
+
readonly clobber?: boolean;
|
|
68
|
+
/**
|
|
69
|
+
* The README setup.
|
|
70
|
+
*
|
|
71
|
+
* @default - { filename: 'README.md', contents: '# replace this' }
|
|
72
|
+
* @example "{ filename: 'readme.md', contents: '# title' }"
|
|
73
|
+
*/
|
|
74
|
+
readonly readme?: SampleReadmeProps;
|
|
75
|
+
/**
|
|
76
|
+
* Which type of project this is (library/app).
|
|
77
|
+
* @default ProjectType.UNKNOWN
|
|
78
|
+
* @deprecated no longer supported at the base project level
|
|
79
|
+
*/
|
|
80
|
+
readonly projectType?: ProjectType;
|
|
81
|
+
/**
|
|
82
|
+
* Enable and configure the 'auto approve' workflow.
|
|
83
|
+
* @default - auto approve is disabled
|
|
84
|
+
*/
|
|
85
|
+
readonly autoApproveOptions?: AutoApproveOptions;
|
|
86
|
+
/**
|
|
87
|
+
* Enable automatic merging on GitHub. Has no effect if `github.mergify`
|
|
88
|
+
* is set to false.
|
|
89
|
+
* @default true
|
|
90
|
+
*/
|
|
91
|
+
readonly autoMerge?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* Configure options for automatic merging on GitHub. Has no effect if
|
|
94
|
+
* `github.mergify` or `autoMerge` is set to false.
|
|
95
|
+
*
|
|
96
|
+
* @default - see defaults in `AutoMergeOptions`
|
|
97
|
+
*/
|
|
98
|
+
readonly autoMergeOptions?: AutoMergeOptions;
|
|
99
|
+
/**
|
|
100
|
+
* Auto-close stale issues and pull requests. To disable set `stale` to `false`.
|
|
101
|
+
*
|
|
102
|
+
* @default - see defaults in `StaleOptions`
|
|
103
|
+
*/
|
|
104
|
+
readonly staleOptions?: StaleOptions;
|
|
105
|
+
/**
|
|
106
|
+
* Auto-close of stale issues and pull request. See `staleOptions` for options.
|
|
107
|
+
*
|
|
108
|
+
* @default false
|
|
109
|
+
*/
|
|
110
|
+
readonly stale?: boolean;
|
|
111
|
+
/**
|
|
112
|
+
* Choose a method of providing GitHub API access for projen workflows.
|
|
113
|
+
*
|
|
114
|
+
* @default - use a personal access token named PROJEN_GITHUB_TOKEN
|
|
115
|
+
*/
|
|
116
|
+
readonly projenCredentials?: GithubCredentials;
|
|
117
|
+
/**
|
|
118
|
+
* The name of a secret which includes a GitHub Personal Access Token to be
|
|
119
|
+
* used by projen workflows. This token needs to have the `repo`, `workflows`
|
|
120
|
+
* and `packages` scope.
|
|
121
|
+
*
|
|
122
|
+
* @default "PROJEN_GITHUB_TOKEN"
|
|
123
|
+
* @deprecated use `projenCredentials`
|
|
124
|
+
*/
|
|
125
|
+
readonly projenTokenSecret?: string;
|
|
126
|
+
}
|
|
127
|
+
/**
|
|
128
|
+
* GitHub-based project.
|
|
129
|
+
*
|
|
130
|
+
* @deprecated This is a *temporary* class. At the moment, our base project
|
|
131
|
+
* types such as `NodeProject` and `JavaProject` are derived from this, but we
|
|
132
|
+
* want to be able to use these project types outside of GitHub as well. One of
|
|
133
|
+
* the next steps to address this is to abstract workflows so that different
|
|
134
|
+
* "engines" can be used to implement our CI/CD solutions.
|
|
135
|
+
*/
|
|
136
|
+
export declare class GitHubProject extends Project {
|
|
137
|
+
/**
|
|
138
|
+
* Access all github components.
|
|
139
|
+
*
|
|
140
|
+
* This will be `undefined` for subprojects.
|
|
141
|
+
*/
|
|
142
|
+
readonly github: GitHub | undefined;
|
|
143
|
+
/**
|
|
144
|
+
* Access all VSCode components.
|
|
145
|
+
*
|
|
146
|
+
* This will be `undefined` for subprojects.
|
|
147
|
+
*/
|
|
148
|
+
readonly vscode: VsCode | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* Access for Gitpod
|
|
151
|
+
*
|
|
152
|
+
* This will be `undefined` if gitpod boolean is false
|
|
153
|
+
*/
|
|
154
|
+
readonly gitpod: Gitpod | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* Access for .devcontainer.json (used for GitHub Codespaces)
|
|
157
|
+
*
|
|
158
|
+
* This will be `undefined` if devContainer boolean is false
|
|
159
|
+
*/
|
|
160
|
+
readonly devContainer: DevContainer | undefined;
|
|
161
|
+
readonly projectType: ProjectType;
|
|
162
|
+
/**
|
|
163
|
+
* Auto approve set up for this project.
|
|
164
|
+
*/
|
|
165
|
+
readonly autoApprove?: AutoApprove;
|
|
166
|
+
constructor(options: GitHubProjectOptions);
|
|
167
|
+
/**
|
|
168
|
+
* Marks the provided file(s) as being generated. This is achieved using the
|
|
169
|
+
* github-linguist attributes. Generated files do not count against the
|
|
170
|
+
* repository statistics and language breakdown.
|
|
171
|
+
*
|
|
172
|
+
* @param glob the glob pattern to match (could be a file path).
|
|
173
|
+
*
|
|
174
|
+
* @see https://github.com/github/linguist/blob/master/docs/overrides.md
|
|
175
|
+
*/
|
|
176
|
+
annotateGenerated(glob: string): void;
|
|
177
|
+
}
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import { GitHubActionsProvider } from "./actions-provider";
|
|
2
|
+
import { Dependabot, DependabotOptions } from "./dependabot";
|
|
3
|
+
import { GithubCredentials } from "./github-credentials";
|
|
4
|
+
import { Mergify, MergifyOptions } from "./mergify";
|
|
5
|
+
import { PullRequestTemplate } from "./pr-template";
|
|
6
|
+
import { PullRequestLintOptions } from "./pull-request-lint";
|
|
7
|
+
import { GithubWorkflow } from "./workflows";
|
|
8
|
+
import { Component } from "../component";
|
|
9
|
+
import { Project } from "../project";
|
|
10
|
+
export interface GitHubOptions {
|
|
11
|
+
/**
|
|
12
|
+
* Whether mergify should be enabled on this repository or not.
|
|
13
|
+
*
|
|
14
|
+
* @default true
|
|
15
|
+
*/
|
|
16
|
+
readonly mergify?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Options for Mergify.
|
|
19
|
+
*
|
|
20
|
+
* @default - default options
|
|
21
|
+
*/
|
|
22
|
+
readonly mergifyOptions?: MergifyOptions;
|
|
23
|
+
/**
|
|
24
|
+
* Enables GitHub workflows. If this is set to `false`, workflows will not be created.
|
|
25
|
+
*
|
|
26
|
+
* @default true
|
|
27
|
+
*/
|
|
28
|
+
readonly workflows?: boolean;
|
|
29
|
+
/**
|
|
30
|
+
* Add a workflow that performs basic checks for pull requests, like
|
|
31
|
+
* validating that PRs follow Conventional Commits.
|
|
32
|
+
*
|
|
33
|
+
* @default true
|
|
34
|
+
*/
|
|
35
|
+
readonly pullRequestLint?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Options for configuring a pull request linter.
|
|
38
|
+
*
|
|
39
|
+
* @default - see defaults in `PullRequestLintOptions`
|
|
40
|
+
*/
|
|
41
|
+
readonly pullRequestLintOptions?: PullRequestLintOptions;
|
|
42
|
+
/**
|
|
43
|
+
* Choose a method of providing GitHub API access for projen workflows.
|
|
44
|
+
*
|
|
45
|
+
* @default - use a personal access token named PROJEN_GITHUB_TOKEN
|
|
46
|
+
*/
|
|
47
|
+
readonly projenCredentials?: GithubCredentials;
|
|
48
|
+
/**
|
|
49
|
+
* The name of a secret which includes a GitHub Personal Access Token to be
|
|
50
|
+
* used by projen workflows. This token needs to have the `repo`, `workflows`
|
|
51
|
+
* and `packages` scope.
|
|
52
|
+
*
|
|
53
|
+
* @default "PROJEN_GITHUB_TOKEN"
|
|
54
|
+
* @deprecated - use `projenCredentials`
|
|
55
|
+
*/
|
|
56
|
+
readonly projenTokenSecret?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Download files in LFS in workflows
|
|
59
|
+
*
|
|
60
|
+
* @default true if the associated project has `lfsPatterns`, `false` otherwise
|
|
61
|
+
*/
|
|
62
|
+
readonly downloadLfs?: boolean;
|
|
63
|
+
}
|
|
64
|
+
export declare class GitHub extends Component {
|
|
65
|
+
/**
|
|
66
|
+
* Returns the `GitHub` component of a project or `undefined` if the project
|
|
67
|
+
* does not have a GitHub component.
|
|
68
|
+
*/
|
|
69
|
+
static of(project: Project): GitHub | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* The `Mergify` configured on this repository. This is `undefined` if Mergify
|
|
72
|
+
* was not enabled when creating the repository.
|
|
73
|
+
*/
|
|
74
|
+
readonly mergify?: Mergify;
|
|
75
|
+
/**
|
|
76
|
+
* Are workflows enabled?
|
|
77
|
+
*/
|
|
78
|
+
readonly workflowsEnabled: boolean;
|
|
79
|
+
/**
|
|
80
|
+
* GitHub API authentication method used by projen workflows.
|
|
81
|
+
*/
|
|
82
|
+
readonly projenCredentials: GithubCredentials;
|
|
83
|
+
/**
|
|
84
|
+
*
|
|
85
|
+
*/
|
|
86
|
+
readonly actions: GitHubActionsProvider;
|
|
87
|
+
private readonly _downloadLfs?;
|
|
88
|
+
constructor(project: Project, options?: GitHubOptions);
|
|
89
|
+
/**
|
|
90
|
+
* All workflows.
|
|
91
|
+
*/
|
|
92
|
+
get workflows(): GithubWorkflow[];
|
|
93
|
+
/**
|
|
94
|
+
* Adds a workflow to the project.
|
|
95
|
+
* @param name Name of the workflow
|
|
96
|
+
* @returns a GithubWorkflow instance
|
|
97
|
+
*/
|
|
98
|
+
addWorkflow(name: string): GithubWorkflow;
|
|
99
|
+
addPullRequestTemplate(...content: string[]): PullRequestTemplate;
|
|
100
|
+
addDependabot(options?: DependabotOptions): Dependabot;
|
|
101
|
+
/**
|
|
102
|
+
* Finds a GitHub workflow by name. Returns `undefined` if the workflow cannot be found.
|
|
103
|
+
* @param name The name of the GitHub workflow
|
|
104
|
+
*/
|
|
105
|
+
tryFindWorkflow(name: string): undefined | GithubWorkflow;
|
|
106
|
+
/**
|
|
107
|
+
* Whether downloading from LFS is enabled for this GitHub project
|
|
108
|
+
*/
|
|
109
|
+
get downloadLfs(): boolean;
|
|
110
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from "./github";
|
|
2
|
+
export * from "./dependabot";
|
|
3
|
+
export * from "./workflows";
|
|
4
|
+
export * from "./actions-provider";
|
|
5
|
+
export * from "./mergify";
|
|
6
|
+
export * from "./pr-template";
|
|
7
|
+
export * from "./mergify";
|
|
8
|
+
export * from "./auto-merge";
|
|
9
|
+
export * from "./auto-approve";
|
|
10
|
+
export * from "./stale";
|
|
11
|
+
export * from "./pull-request-lint";
|
|
12
|
+
export * from "./github-credentials";
|
|
13
|
+
export * from "./task-workflow";
|
|
14
|
+
export * from "./github-project";
|
|
15
|
+
export * as workflows from "./workflows-model";
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { GitHub } from "./github";
|
|
2
|
+
import { Component } from "../component";
|
|
3
|
+
/**
|
|
4
|
+
* The Mergify conditional operators that can be used are: `or` and `and`.
|
|
5
|
+
* Note: The number of nested conditions is limited to 3.
|
|
6
|
+
* @see https://docs.mergify.io/conditions/#combining-conditions-with-operators
|
|
7
|
+
*/
|
|
8
|
+
export interface MergifyConditionalOperator {
|
|
9
|
+
readonly or?: MergifyCondition[];
|
|
10
|
+
readonly and?: MergifyCondition[];
|
|
11
|
+
}
|
|
12
|
+
export type MergifyCondition = string | MergifyConditionalOperator;
|
|
13
|
+
export interface MergifyRule {
|
|
14
|
+
/**
|
|
15
|
+
* The name of the rule. This is not used by the engine directly,
|
|
16
|
+
* but is used when reporting information about a rule.
|
|
17
|
+
*/
|
|
18
|
+
readonly name: string;
|
|
19
|
+
/**
|
|
20
|
+
* A list of Conditions string that must match against the
|
|
21
|
+
* pull request for the rule to be applied.
|
|
22
|
+
* @see https://docs.mergify.io/conditions/#conditions
|
|
23
|
+
*/
|
|
24
|
+
readonly conditions: MergifyCondition[];
|
|
25
|
+
/**
|
|
26
|
+
* A dictionary made of Actions that will be executed on the
|
|
27
|
+
* matching pull requests.
|
|
28
|
+
* @see https://docs.mergify.io/actions/#actions
|
|
29
|
+
*/
|
|
30
|
+
readonly actions: {
|
|
31
|
+
[action: string]: any;
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
export interface MergifyQueue {
|
|
35
|
+
/**
|
|
36
|
+
* The name of the queue.
|
|
37
|
+
*/
|
|
38
|
+
readonly name: string;
|
|
39
|
+
/**
|
|
40
|
+
* Merge method to use.
|
|
41
|
+
*
|
|
42
|
+
* Possible values are `merge`, `squash`, `rebase` or `fast-forward`.
|
|
43
|
+
* `fast-forward` is not supported on queues with `speculative_checks` > 1, `batch_size` > 1, or with `allow_inplace_checks` set to false.
|
|
44
|
+
*
|
|
45
|
+
* @default "merge"
|
|
46
|
+
*/
|
|
47
|
+
readonly mergeMethod?: string;
|
|
48
|
+
/**
|
|
49
|
+
* Method to use to update the pull request with its base branch when the speculative check is done in-place.
|
|
50
|
+
*
|
|
51
|
+
* Possible values:
|
|
52
|
+
* - `merge` to merge the base branch into the pull request.
|
|
53
|
+
* - `rebase` to rebase the pull request against its base branch.
|
|
54
|
+
*
|
|
55
|
+
* Note that the `rebase` method has some drawbacks, see Mergify docs for details.
|
|
56
|
+
*
|
|
57
|
+
* @see https://docs.mergify.com/actions/queue/#queue-rules
|
|
58
|
+
*
|
|
59
|
+
* @default - `merge` for all merge methods except `fast-forward` where `rebase` is used
|
|
60
|
+
*/
|
|
61
|
+
readonly updateMethod?: string;
|
|
62
|
+
/**
|
|
63
|
+
* A list of Conditions string that must match against the
|
|
64
|
+
* pull request for the pull request to be added to the queue.
|
|
65
|
+
* @see https://docs.mergify.com/conditions/#conditions
|
|
66
|
+
*/
|
|
67
|
+
readonly conditions: MergifyCondition[];
|
|
68
|
+
}
|
|
69
|
+
export interface MergifyOptions {
|
|
70
|
+
readonly rules?: MergifyRule[];
|
|
71
|
+
readonly queues?: MergifyQueue[];
|
|
72
|
+
}
|
|
73
|
+
export declare class Mergify extends Component {
|
|
74
|
+
private readonly rules;
|
|
75
|
+
private readonly queues;
|
|
76
|
+
private yamlFile?;
|
|
77
|
+
constructor(github: GitHub, options?: MergifyOptions);
|
|
78
|
+
private createYamlFile;
|
|
79
|
+
addRule(rule: MergifyRule): void;
|
|
80
|
+
addQueue(queue: MergifyQueue): void;
|
|
81
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { GitHub } from "./github";
|
|
2
|
+
import { TextFile } from "../textfile";
|
|
3
|
+
/**
|
|
4
|
+
* Options for `PullRequestTemplate`.
|
|
5
|
+
*/
|
|
6
|
+
export interface PullRequestTemplateOptions {
|
|
7
|
+
/**
|
|
8
|
+
* The contents of the template. You can use `addLine()` to add additional lines.
|
|
9
|
+
*
|
|
10
|
+
* @default - a standard default template will be created.
|
|
11
|
+
*/
|
|
12
|
+
readonly lines?: string[];
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Template for GitHub pull requests.
|
|
16
|
+
*/
|
|
17
|
+
export declare class PullRequestTemplate extends TextFile {
|
|
18
|
+
constructor(github: GitHub, options?: PullRequestTemplateOptions);
|
|
19
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { GitHub } from ".";
|
|
2
|
+
import { Component } from "../component";
|
|
3
|
+
/**
|
|
4
|
+
* Options for PullRequestLint
|
|
5
|
+
*/
|
|
6
|
+
export interface PullRequestLintOptions {
|
|
7
|
+
/**
|
|
8
|
+
* Validate that pull request titles follow Conventional Commits.
|
|
9
|
+
*
|
|
10
|
+
* @default true
|
|
11
|
+
* @see https://www.conventionalcommits.org/
|
|
12
|
+
*/
|
|
13
|
+
readonly semanticTitle?: boolean;
|
|
14
|
+
/**
|
|
15
|
+
* Options for validating the conventional commit title linter.
|
|
16
|
+
* @default - title must start with "feat", "fix", or "chore"
|
|
17
|
+
*/
|
|
18
|
+
readonly semanticTitleOptions?: SemanticTitleOptions;
|
|
19
|
+
/**
|
|
20
|
+
* Github Runner selection labels
|
|
21
|
+
* @default ["ubuntu-latest"]
|
|
22
|
+
*/
|
|
23
|
+
readonly runsOn?: string[];
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Options for linting that PR titles follow Conventional Commits.
|
|
27
|
+
* @see https://www.conventionalcommits.org/
|
|
28
|
+
*/
|
|
29
|
+
export interface SemanticTitleOptions {
|
|
30
|
+
/**
|
|
31
|
+
* Configure a list of commit types that are allowed.
|
|
32
|
+
* @default ["feat", "fix", "chore"]
|
|
33
|
+
*/
|
|
34
|
+
readonly types?: string[];
|
|
35
|
+
/**
|
|
36
|
+
* Configure that a scope must always be provided.
|
|
37
|
+
* e.g. feat(ui), fix(core)
|
|
38
|
+
* @default false
|
|
39
|
+
*/
|
|
40
|
+
readonly requireScope?: boolean;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Configure validations to run on GitHub pull requests.
|
|
44
|
+
* Only generates a file if at least one linter is configured.
|
|
45
|
+
*/
|
|
46
|
+
export declare class PullRequestLint extends Component {
|
|
47
|
+
constructor(github: GitHub, options?: PullRequestLintOptions);
|
|
48
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { StaleBehavior } from "./stale";
|
|
2
|
+
interface Options {
|
|
3
|
+
readonly stale: number;
|
|
4
|
+
readonly close: number;
|
|
5
|
+
readonly type: string;
|
|
6
|
+
}
|
|
7
|
+
export declare function renderBehavior(behavior: StaleBehavior | undefined, opts: Options): Partial<StaleBehavior>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { GitHub } from "./github";
|
|
2
|
+
import { Component } from "../component";
|
|
3
|
+
/**
|
|
4
|
+
* Options for `Stale`.
|
|
5
|
+
*/
|
|
6
|
+
export interface StaleOptions {
|
|
7
|
+
/**
|
|
8
|
+
* How to handle stale pull requests.
|
|
9
|
+
*
|
|
10
|
+
* @default - By default, pull requests with no activity will be marked as
|
|
11
|
+
* stale after 14 days and closed within 2 days with relevant comments.
|
|
12
|
+
*/
|
|
13
|
+
readonly pullRequest?: StaleBehavior;
|
|
14
|
+
/**
|
|
15
|
+
* How to handle stale issues.
|
|
16
|
+
*
|
|
17
|
+
* @default - By default, stale issues with no activity will be marked as
|
|
18
|
+
* stale after 60 days and closed within 7 days.
|
|
19
|
+
*/
|
|
20
|
+
readonly issues?: StaleBehavior;
|
|
21
|
+
/**
|
|
22
|
+
* Github Runner selection labels
|
|
23
|
+
* @default ["ubuntu-latest"]
|
|
24
|
+
*/
|
|
25
|
+
readonly runsOn?: string[];
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Stale behavior.
|
|
29
|
+
*/
|
|
30
|
+
export interface StaleBehavior {
|
|
31
|
+
/**
|
|
32
|
+
* Determines if this behavior is enabled.
|
|
33
|
+
*
|
|
34
|
+
* Same as setting `daysBeforeStale` and `daysBeforeClose` to `-1`.
|
|
35
|
+
*
|
|
36
|
+
* @default true
|
|
37
|
+
*/
|
|
38
|
+
readonly enabled?: boolean;
|
|
39
|
+
/**
|
|
40
|
+
* How many days until the issue or pull request is marked as "Stale". Set to -1 to disable.
|
|
41
|
+
* @default -
|
|
42
|
+
*/
|
|
43
|
+
readonly daysBeforeStale?: number;
|
|
44
|
+
/**
|
|
45
|
+
* Days until the issue/PR is closed after it is marked as "Stale". Set to -1 to disable.
|
|
46
|
+
* @default -
|
|
47
|
+
*/
|
|
48
|
+
readonly daysBeforeClose?: number;
|
|
49
|
+
/**
|
|
50
|
+
* The comment to add to the issue/PR when it becomes stale.
|
|
51
|
+
* @default "This pull request is now marked as stale because hasn\'t seen activity for a while. Add a comment or it will be closed soon."
|
|
52
|
+
*/
|
|
53
|
+
readonly staleMessage?: string;
|
|
54
|
+
/**
|
|
55
|
+
* The comment to add to the issue/PR when it's closed
|
|
56
|
+
*
|
|
57
|
+
* @default "Closing this pull request as it hasn\'t seen activity for a while. Please add a comment @mentioning a maintainer when you are ready to continue."
|
|
58
|
+
*/
|
|
59
|
+
readonly closeMessage?: string;
|
|
60
|
+
/**
|
|
61
|
+
* The label to apply to the issue/PR when it becomes stale.
|
|
62
|
+
* @default "stale"
|
|
63
|
+
*/
|
|
64
|
+
readonly staleLabel?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Label which exempt an issue/PR from becoming stale. Set to `[]` to disable.
|
|
67
|
+
*
|
|
68
|
+
* @default - ["backlog"]
|
|
69
|
+
*/
|
|
70
|
+
readonly exemptLabels?: string[];
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Warns and then closes issues and PRs that have had no activity for a specified amount of time.
|
|
74
|
+
*
|
|
75
|
+
* The default configuration will:
|
|
76
|
+
*
|
|
77
|
+
* * Add a "Stale" label to pull requests after 14 days and closed after 2 days
|
|
78
|
+
* * Add a "Stale" label to issues after 60 days and closed after 7 days
|
|
79
|
+
* * If a comment is added, the label will be removed and timer is restarted.
|
|
80
|
+
*
|
|
81
|
+
* @see https://github.com/actions/stale
|
|
82
|
+
*/
|
|
83
|
+
export declare class Stale extends Component {
|
|
84
|
+
constructor(github: GitHub, options?: StaleOptions);
|
|
85
|
+
}
|