projen 0.93.1 → 0.93.3
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 +268 -249
- 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 +1 -1
- 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/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/auto-queue.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/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +3 -2
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +3 -2
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +3 -2
- package/lib/github/workflows-model.d.ts +8 -0
- package/lib/github/workflows-model.js +1 -1
- package/lib/github/workflows.js +3 -2
- 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 +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome.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/license-checker.js +1 -1
- 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 +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- 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-tree.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.js +3 -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 +6 -6
- package/lib/version.js +2 -2
- 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
package/.jsii
CHANGED
|
@@ -21763,7 +21763,7 @@
|
|
|
21763
21763
|
"kind": "interface",
|
|
21764
21764
|
"locationInModule": {
|
|
21765
21765
|
"filename": "src/github/workflow-steps.ts",
|
|
21766
|
-
"line":
|
|
21766
|
+
"line": 164
|
|
21767
21767
|
},
|
|
21768
21768
|
"name": "CheckoutOptions",
|
|
21769
21769
|
"namespace": "github",
|
|
@@ -21777,7 +21777,7 @@
|
|
|
21777
21777
|
"immutable": true,
|
|
21778
21778
|
"locationInModule": {
|
|
21779
21779
|
"filename": "src/github/workflow-steps.ts",
|
|
21780
|
-
"line":
|
|
21780
|
+
"line": 168
|
|
21781
21781
|
},
|
|
21782
21782
|
"name": "with",
|
|
21783
21783
|
"optional": true,
|
|
@@ -21799,7 +21799,7 @@
|
|
|
21799
21799
|
"kind": "interface",
|
|
21800
21800
|
"locationInModule": {
|
|
21801
21801
|
"filename": "src/github/workflow-steps.ts",
|
|
21802
|
-
"line":
|
|
21802
|
+
"line": 174
|
|
21803
21803
|
},
|
|
21804
21804
|
"name": "CheckoutWith",
|
|
21805
21805
|
"namespace": "github",
|
|
@@ -21815,7 +21815,7 @@
|
|
|
21815
21815
|
"immutable": true,
|
|
21816
21816
|
"locationInModule": {
|
|
21817
21817
|
"filename": "src/github/workflow-steps.ts",
|
|
21818
|
-
"line":
|
|
21818
|
+
"line": 180
|
|
21819
21819
|
},
|
|
21820
21820
|
"name": "fetchDepth",
|
|
21821
21821
|
"optional": true,
|
|
@@ -21833,7 +21833,7 @@
|
|
|
21833
21833
|
"immutable": true,
|
|
21834
21834
|
"locationInModule": {
|
|
21835
21835
|
"filename": "src/github/workflow-steps.ts",
|
|
21836
|
-
"line":
|
|
21836
|
+
"line": 186
|
|
21837
21837
|
},
|
|
21838
21838
|
"name": "lfs",
|
|
21839
21839
|
"optional": true,
|
|
@@ -21851,7 +21851,7 @@
|
|
|
21851
21851
|
"immutable": true,
|
|
21852
21852
|
"locationInModule": {
|
|
21853
21853
|
"filename": "src/github/workflow-steps.ts",
|
|
21854
|
-
"line":
|
|
21854
|
+
"line": 213
|
|
21855
21855
|
},
|
|
21856
21856
|
"name": "path",
|
|
21857
21857
|
"optional": true,
|
|
@@ -21869,7 +21869,7 @@
|
|
|
21869
21869
|
"immutable": true,
|
|
21870
21870
|
"locationInModule": {
|
|
21871
21871
|
"filename": "src/github/workflow-steps.ts",
|
|
21872
|
-
"line":
|
|
21872
|
+
"line": 192
|
|
21873
21873
|
},
|
|
21874
21874
|
"name": "ref",
|
|
21875
21875
|
"optional": true,
|
|
@@ -21887,7 +21887,7 @@
|
|
|
21887
21887
|
"immutable": true,
|
|
21888
21888
|
"locationInModule": {
|
|
21889
21889
|
"filename": "src/github/workflow-steps.ts",
|
|
21890
|
-
"line":
|
|
21890
|
+
"line": 198
|
|
21891
21891
|
},
|
|
21892
21892
|
"name": "repository",
|
|
21893
21893
|
"optional": true,
|
|
@@ -21906,7 +21906,7 @@
|
|
|
21906
21906
|
"immutable": true,
|
|
21907
21907
|
"locationInModule": {
|
|
21908
21908
|
"filename": "src/github/workflow-steps.ts",
|
|
21909
|
-
"line":
|
|
21909
|
+
"line": 207
|
|
21910
21910
|
},
|
|
21911
21911
|
"name": "token",
|
|
21912
21912
|
"optional": true,
|
|
@@ -21931,7 +21931,7 @@
|
|
|
21931
21931
|
"kind": "interface",
|
|
21932
21932
|
"locationInModule": {
|
|
21933
21933
|
"filename": "src/github/workflow-actions.ts",
|
|
21934
|
-
"line":
|
|
21934
|
+
"line": 165
|
|
21935
21935
|
},
|
|
21936
21936
|
"name": "CheckoutWithPatchOptions",
|
|
21937
21937
|
"namespace": "github",
|
|
@@ -21946,7 +21946,7 @@
|
|
|
21946
21946
|
"immutable": true,
|
|
21947
21947
|
"locationInModule": {
|
|
21948
21948
|
"filename": "src/github/workflow-actions.ts",
|
|
21949
|
-
"line":
|
|
21949
|
+
"line": 170
|
|
21950
21950
|
},
|
|
21951
21951
|
"name": "patchFile",
|
|
21952
21952
|
"optional": true,
|
|
@@ -22089,7 +22089,7 @@
|
|
|
22089
22089
|
"kind": "interface",
|
|
22090
22090
|
"locationInModule": {
|
|
22091
22091
|
"filename": "src/github/workflow-actions.ts",
|
|
22092
|
-
"line":
|
|
22092
|
+
"line": 206
|
|
22093
22093
|
},
|
|
22094
22094
|
"name": "CreatePullRequestOptions",
|
|
22095
22095
|
"namespace": "github",
|
|
@@ -22104,7 +22104,7 @@
|
|
|
22104
22104
|
"immutable": true,
|
|
22105
22105
|
"locationInModule": {
|
|
22106
22106
|
"filename": "src/github/workflow-actions.ts",
|
|
22107
|
-
"line":
|
|
22107
|
+
"line": 243
|
|
22108
22108
|
},
|
|
22109
22109
|
"name": "pullRequestDescription",
|
|
22110
22110
|
"type": {
|
|
@@ -22121,7 +22121,7 @@
|
|
|
22121
22121
|
"immutable": true,
|
|
22122
22122
|
"locationInModule": {
|
|
22123
22123
|
"filename": "src/github/workflow-actions.ts",
|
|
22124
|
-
"line":
|
|
22124
|
+
"line": 236
|
|
22125
22125
|
},
|
|
22126
22126
|
"name": "pullRequestTitle",
|
|
22127
22127
|
"type": {
|
|
@@ -22137,7 +22137,7 @@
|
|
|
22137
22137
|
"immutable": true,
|
|
22138
22138
|
"locationInModule": {
|
|
22139
22139
|
"filename": "src/github/workflow-actions.ts",
|
|
22140
|
-
"line":
|
|
22140
|
+
"line": 229
|
|
22141
22141
|
},
|
|
22142
22142
|
"name": "workflowName",
|
|
22143
22143
|
"type": {
|
|
@@ -22154,7 +22154,7 @@
|
|
|
22154
22154
|
"immutable": true,
|
|
22155
22155
|
"locationInModule": {
|
|
22156
22156
|
"filename": "src/github/workflow-actions.ts",
|
|
22157
|
-
"line":
|
|
22157
|
+
"line": 284
|
|
22158
22158
|
},
|
|
22159
22159
|
"name": "assignees",
|
|
22160
22160
|
"optional": true,
|
|
@@ -22177,7 +22177,7 @@
|
|
|
22177
22177
|
"immutable": true,
|
|
22178
22178
|
"locationInModule": {
|
|
22179
22179
|
"filename": "src/github/workflow-actions.ts",
|
|
22180
|
-
"line":
|
|
22180
|
+
"line": 250
|
|
22181
22181
|
},
|
|
22182
22182
|
"name": "baseBranch",
|
|
22183
22183
|
"optional": true,
|
|
@@ -22195,7 +22195,7 @@
|
|
|
22195
22195
|
"immutable": true,
|
|
22196
22196
|
"locationInModule": {
|
|
22197
22197
|
"filename": "src/github/workflow-actions.ts",
|
|
22198
|
-
"line":
|
|
22198
|
+
"line": 257
|
|
22199
22199
|
},
|
|
22200
22200
|
"name": "branchName",
|
|
22201
22201
|
"optional": true,
|
|
@@ -22213,7 +22213,7 @@
|
|
|
22213
22213
|
"immutable": true,
|
|
22214
22214
|
"locationInModule": {
|
|
22215
22215
|
"filename": "src/github/workflow-actions.ts",
|
|
22216
|
-
"line":
|
|
22216
|
+
"line": 224
|
|
22217
22217
|
},
|
|
22218
22218
|
"name": "credentials",
|
|
22219
22219
|
"optional": true,
|
|
@@ -22231,7 +22231,7 @@
|
|
|
22231
22231
|
"immutable": true,
|
|
22232
22232
|
"locationInModule": {
|
|
22233
22233
|
"filename": "src/github/workflow-actions.ts",
|
|
22234
|
-
"line":
|
|
22234
|
+
"line": 263
|
|
22235
22235
|
},
|
|
22236
22236
|
"name": "gitIdentity",
|
|
22237
22237
|
"optional": true,
|
|
@@ -22249,7 +22249,7 @@
|
|
|
22249
22249
|
"immutable": true,
|
|
22250
22250
|
"locationInModule": {
|
|
22251
22251
|
"filename": "src/github/workflow-actions.ts",
|
|
22252
|
-
"line":
|
|
22252
|
+
"line": 277
|
|
22253
22253
|
},
|
|
22254
22254
|
"name": "labels",
|
|
22255
22255
|
"optional": true,
|
|
@@ -22272,7 +22272,7 @@
|
|
|
22272
22272
|
"immutable": true,
|
|
22273
22273
|
"locationInModule": {
|
|
22274
22274
|
"filename": "src/github/workflow-actions.ts",
|
|
22275
|
-
"line":
|
|
22275
|
+
"line": 270
|
|
22276
22276
|
},
|
|
22277
22277
|
"name": "signoff",
|
|
22278
22278
|
"optional": true,
|
|
@@ -22290,7 +22290,7 @@
|
|
|
22290
22290
|
"immutable": true,
|
|
22291
22291
|
"locationInModule": {
|
|
22292
22292
|
"filename": "src/github/workflow-actions.ts",
|
|
22293
|
-
"line":
|
|
22293
|
+
"line": 211
|
|
22294
22294
|
},
|
|
22295
22295
|
"name": "stepId",
|
|
22296
22296
|
"optional": true,
|
|
@@ -22308,7 +22308,7 @@
|
|
|
22308
22308
|
"immutable": true,
|
|
22309
22309
|
"locationInModule": {
|
|
22310
22310
|
"filename": "src/github/workflow-actions.ts",
|
|
22311
|
-
"line":
|
|
22311
|
+
"line": 217
|
|
22312
22312
|
},
|
|
22313
22313
|
"name": "stepName",
|
|
22314
22314
|
"optional": true,
|
|
@@ -23199,7 +23199,7 @@
|
|
|
23199
23199
|
"kind": "interface",
|
|
23200
23200
|
"locationInModule": {
|
|
23201
23201
|
"filename": "src/github/workflow-steps.ts",
|
|
23202
|
-
"line":
|
|
23202
|
+
"line": 348
|
|
23203
23203
|
},
|
|
23204
23204
|
"name": "DownloadArtifactOptions",
|
|
23205
23205
|
"namespace": "github",
|
|
@@ -23213,7 +23213,7 @@
|
|
|
23213
23213
|
"immutable": true,
|
|
23214
23214
|
"locationInModule": {
|
|
23215
23215
|
"filename": "src/github/workflow-steps.ts",
|
|
23216
|
-
"line":
|
|
23216
|
+
"line": 352
|
|
23217
23217
|
},
|
|
23218
23218
|
"name": "with",
|
|
23219
23219
|
"type": {
|
|
@@ -23233,7 +23233,7 @@
|
|
|
23233
23233
|
"kind": "interface",
|
|
23234
23234
|
"locationInModule": {
|
|
23235
23235
|
"filename": "src/github/workflow-steps.ts",
|
|
23236
|
-
"line":
|
|
23236
|
+
"line": 294
|
|
23237
23237
|
},
|
|
23238
23238
|
"name": "DownloadArtifactWith",
|
|
23239
23239
|
"namespace": "github",
|
|
@@ -23248,7 +23248,7 @@
|
|
|
23248
23248
|
"immutable": true,
|
|
23249
23249
|
"locationInModule": {
|
|
23250
23250
|
"filename": "src/github/workflow-steps.ts",
|
|
23251
|
-
"line":
|
|
23251
|
+
"line": 322
|
|
23252
23252
|
},
|
|
23253
23253
|
"name": "mergeMultiple",
|
|
23254
23254
|
"optional": true,
|
|
@@ -23266,7 +23266,7 @@
|
|
|
23266
23266
|
"immutable": true,
|
|
23267
23267
|
"locationInModule": {
|
|
23268
23268
|
"filename": "src/github/workflow-steps.ts",
|
|
23269
|
-
"line":
|
|
23269
|
+
"line": 300
|
|
23270
23270
|
},
|
|
23271
23271
|
"name": "name",
|
|
23272
23272
|
"optional": true,
|
|
@@ -23285,7 +23285,7 @@
|
|
|
23285
23285
|
"immutable": true,
|
|
23286
23286
|
"locationInModule": {
|
|
23287
23287
|
"filename": "src/github/workflow-steps.ts",
|
|
23288
|
-
"line":
|
|
23288
|
+
"line": 307
|
|
23289
23289
|
},
|
|
23290
23290
|
"name": "path",
|
|
23291
23291
|
"optional": true,
|
|
@@ -23302,7 +23302,7 @@
|
|
|
23302
23302
|
"immutable": true,
|
|
23303
23303
|
"locationInModule": {
|
|
23304
23304
|
"filename": "src/github/workflow-steps.ts",
|
|
23305
|
-
"line":
|
|
23305
|
+
"line": 313
|
|
23306
23306
|
},
|
|
23307
23307
|
"name": "pattern",
|
|
23308
23308
|
"optional": true,
|
|
@@ -23320,7 +23320,7 @@
|
|
|
23320
23320
|
"immutable": true,
|
|
23321
23321
|
"locationInModule": {
|
|
23322
23322
|
"filename": "src/github/workflow-steps.ts",
|
|
23323
|
-
"line":
|
|
23323
|
+
"line": 337
|
|
23324
23324
|
},
|
|
23325
23325
|
"name": "repository",
|
|
23326
23326
|
"optional": true,
|
|
@@ -23338,7 +23338,7 @@
|
|
|
23338
23338
|
"immutable": true,
|
|
23339
23339
|
"locationInModule": {
|
|
23340
23340
|
"filename": "src/github/workflow-steps.ts",
|
|
23341
|
-
"line":
|
|
23341
|
+
"line": 345
|
|
23342
23342
|
},
|
|
23343
23343
|
"name": "runId",
|
|
23344
23344
|
"optional": true,
|
|
@@ -23356,7 +23356,7 @@
|
|
|
23356
23356
|
"immutable": true,
|
|
23357
23357
|
"locationInModule": {
|
|
23358
23358
|
"filename": "src/github/workflow-steps.ts",
|
|
23359
|
-
"line":
|
|
23359
|
+
"line": 329
|
|
23360
23360
|
},
|
|
23361
23361
|
"name": "token",
|
|
23362
23362
|
"optional": true,
|
|
@@ -26727,7 +26727,7 @@
|
|
|
26727
26727
|
"kind": "interface",
|
|
26728
26728
|
"locationInModule": {
|
|
26729
26729
|
"filename": "src/github/workflow-steps.ts",
|
|
26730
|
-
"line":
|
|
26730
|
+
"line": 216
|
|
26731
26731
|
},
|
|
26732
26732
|
"name": "SetupGitIdentityOptions",
|
|
26733
26733
|
"namespace": "github",
|
|
@@ -26741,7 +26741,7 @@
|
|
|
26741
26741
|
"immutable": true,
|
|
26742
26742
|
"locationInModule": {
|
|
26743
26743
|
"filename": "src/github/workflow-steps.ts",
|
|
26744
|
-
"line":
|
|
26744
|
+
"line": 220
|
|
26745
26745
|
},
|
|
26746
26746
|
"name": "gitIdentity",
|
|
26747
26747
|
"type": {
|
|
@@ -27906,7 +27906,7 @@
|
|
|
27906
27906
|
"kind": "interface",
|
|
27907
27907
|
"locationInModule": {
|
|
27908
27908
|
"filename": "src/github/workflow-steps.ts",
|
|
27909
|
-
"line":
|
|
27909
|
+
"line": 287
|
|
27910
27910
|
},
|
|
27911
27911
|
"name": "UploadArtifactOptions",
|
|
27912
27912
|
"namespace": "github",
|
|
@@ -27920,7 +27920,7 @@
|
|
|
27920
27920
|
"immutable": true,
|
|
27921
27921
|
"locationInModule": {
|
|
27922
27922
|
"filename": "src/github/workflow-steps.ts",
|
|
27923
|
-
"line":
|
|
27923
|
+
"line": 291
|
|
27924
27924
|
},
|
|
27925
27925
|
"name": "with",
|
|
27926
27926
|
"type": {
|
|
@@ -27940,7 +27940,7 @@
|
|
|
27940
27940
|
"kind": "interface",
|
|
27941
27941
|
"locationInModule": {
|
|
27942
27942
|
"filename": "src/github/workflow-steps.ts",
|
|
27943
|
-
"line":
|
|
27943
|
+
"line": 223
|
|
27944
27944
|
},
|
|
27945
27945
|
"name": "UploadArtifactWith",
|
|
27946
27946
|
"namespace": "github",
|
|
@@ -27954,7 +27954,7 @@
|
|
|
27954
27954
|
"immutable": true,
|
|
27955
27955
|
"locationInModule": {
|
|
27956
27956
|
"filename": "src/github/workflow-steps.ts",
|
|
27957
|
-
"line":
|
|
27957
|
+
"line": 234
|
|
27958
27958
|
},
|
|
27959
27959
|
"name": "path",
|
|
27960
27960
|
"type": {
|
|
@@ -27972,7 +27972,7 @@
|
|
|
27972
27972
|
"immutable": true,
|
|
27973
27973
|
"locationInModule": {
|
|
27974
27974
|
"filename": "src/github/workflow-steps.ts",
|
|
27975
|
-
"line":
|
|
27975
|
+
"line": 265
|
|
27976
27976
|
},
|
|
27977
27977
|
"name": "compressionLevel",
|
|
27978
27978
|
"optional": true,
|
|
@@ -27991,7 +27991,7 @@
|
|
|
27991
27991
|
"immutable": true,
|
|
27992
27992
|
"locationInModule": {
|
|
27993
27993
|
"filename": "src/github/workflow-steps.ts",
|
|
27994
|
-
"line":
|
|
27994
|
+
"line": 245
|
|
27995
27995
|
},
|
|
27996
27996
|
"name": "ifNoFilesFound",
|
|
27997
27997
|
"optional": true,
|
|
@@ -28010,7 +28010,7 @@
|
|
|
28010
28010
|
"immutable": true,
|
|
28011
28011
|
"locationInModule": {
|
|
28012
28012
|
"filename": "src/github/workflow-steps.ts",
|
|
28013
|
-
"line":
|
|
28013
|
+
"line": 284
|
|
28014
28014
|
},
|
|
28015
28015
|
"name": "includeHiddenFiles",
|
|
28016
28016
|
"optional": true,
|
|
@@ -28028,7 +28028,7 @@
|
|
|
28028
28028
|
"immutable": true,
|
|
28029
28029
|
"locationInModule": {
|
|
28030
28030
|
"filename": "src/github/workflow-steps.ts",
|
|
28031
|
-
"line":
|
|
28031
|
+
"line": 229
|
|
28032
28032
|
},
|
|
28033
28033
|
"name": "name",
|
|
28034
28034
|
"optional": true,
|
|
@@ -28047,7 +28047,7 @@
|
|
|
28047
28047
|
"immutable": true,
|
|
28048
28048
|
"locationInModule": {
|
|
28049
28049
|
"filename": "src/github/workflow-steps.ts",
|
|
28050
|
-
"line":
|
|
28050
|
+
"line": 275
|
|
28051
28051
|
},
|
|
28052
28052
|
"name": "overwrite",
|
|
28053
28053
|
"optional": true,
|
|
@@ -28066,7 +28066,7 @@
|
|
|
28066
28066
|
"immutable": true,
|
|
28067
28067
|
"locationInModule": {
|
|
28068
28068
|
"filename": "src/github/workflow-steps.ts",
|
|
28069
|
-
"line":
|
|
28069
|
+
"line": 255
|
|
28070
28070
|
},
|
|
28071
28071
|
"name": "retentionDays",
|
|
28072
28072
|
"optional": true,
|
|
@@ -28088,7 +28088,7 @@
|
|
|
28088
28088
|
"kind": "interface",
|
|
28089
28089
|
"locationInModule": {
|
|
28090
28090
|
"filename": "src/github/workflow-actions.ts",
|
|
28091
|
-
"line":
|
|
28091
|
+
"line": 176
|
|
28092
28092
|
},
|
|
28093
28093
|
"name": "UploadGitPatchOptions",
|
|
28094
28094
|
"namespace": "github",
|
|
@@ -28103,7 +28103,7 @@
|
|
|
28103
28103
|
"immutable": true,
|
|
28104
28104
|
"locationInModule": {
|
|
28105
28105
|
"filename": "src/github/workflow-actions.ts",
|
|
28106
|
-
"line":
|
|
28106
|
+
"line": 197
|
|
28107
28107
|
},
|
|
28108
28108
|
"name": "outputName",
|
|
28109
28109
|
"type": {
|
|
@@ -28119,7 +28119,7 @@
|
|
|
28119
28119
|
"immutable": true,
|
|
28120
28120
|
"locationInModule": {
|
|
28121
28121
|
"filename": "src/github/workflow-actions.ts",
|
|
28122
|
-
"line":
|
|
28122
|
+
"line": 180
|
|
28123
28123
|
},
|
|
28124
28124
|
"name": "stepId",
|
|
28125
28125
|
"type": {
|
|
@@ -28136,7 +28136,7 @@
|
|
|
28136
28136
|
"immutable": true,
|
|
28137
28137
|
"locationInModule": {
|
|
28138
28138
|
"filename": "src/github/workflow-actions.ts",
|
|
28139
|
-
"line":
|
|
28139
|
+
"line": 203
|
|
28140
28140
|
},
|
|
28141
28141
|
"name": "mutationError",
|
|
28142
28142
|
"optional": true,
|
|
@@ -28154,7 +28154,7 @@
|
|
|
28154
28154
|
"immutable": true,
|
|
28155
28155
|
"locationInModule": {
|
|
28156
28156
|
"filename": "src/github/workflow-actions.ts",
|
|
28157
|
-
"line":
|
|
28157
|
+
"line": 192
|
|
28158
28158
|
},
|
|
28159
28159
|
"name": "patchFile",
|
|
28160
28160
|
"optional": true,
|
|
@@ -28172,7 +28172,7 @@
|
|
|
28172
28172
|
"immutable": true,
|
|
28173
28173
|
"locationInModule": {
|
|
28174
28174
|
"filename": "src/github/workflow-actions.ts",
|
|
28175
|
-
"line":
|
|
28175
|
+
"line": 186
|
|
28176
28176
|
},
|
|
28177
28177
|
"name": "stepName",
|
|
28178
28178
|
"optional": true,
|
|
@@ -28264,7 +28264,7 @@
|
|
|
28264
28264
|
},
|
|
28265
28265
|
"locationInModule": {
|
|
28266
28266
|
"filename": "src/github/workflow-actions.ts",
|
|
28267
|
-
"line":
|
|
28267
|
+
"line": 76
|
|
28268
28268
|
},
|
|
28269
28269
|
"name": "checkoutWithPatch",
|
|
28270
28270
|
"parameters": [
|
|
@@ -28299,7 +28299,7 @@
|
|
|
28299
28299
|
},
|
|
28300
28300
|
"locationInModule": {
|
|
28301
28301
|
"filename": "src/github/workflow-actions.ts",
|
|
28302
|
-
"line":
|
|
28302
|
+
"line": 102
|
|
28303
28303
|
},
|
|
28304
28304
|
"name": "createPullRequest",
|
|
28305
28305
|
"parameters": [
|
|
@@ -28334,7 +28334,7 @@
|
|
|
28334
28334
|
},
|
|
28335
28335
|
"locationInModule": {
|
|
28336
28336
|
"filename": "src/github/workflow-actions.ts",
|
|
28337
|
-
"line":
|
|
28337
|
+
"line": 157
|
|
28338
28338
|
},
|
|
28339
28339
|
"name": "setupGitIdentity",
|
|
28340
28340
|
"parameters": [
|
|
@@ -28505,7 +28505,7 @@
|
|
|
28505
28505
|
},
|
|
28506
28506
|
"locationInModule": {
|
|
28507
28507
|
"filename": "src/github/workflow-steps.ts",
|
|
28508
|
-
"line":
|
|
28508
|
+
"line": 124
|
|
28509
28509
|
},
|
|
28510
28510
|
"name": "downloadArtifact",
|
|
28511
28511
|
"parameters": [
|
|
@@ -28604,7 +28604,7 @@
|
|
|
28604
28604
|
},
|
|
28605
28605
|
"locationInModule": {
|
|
28606
28606
|
"filename": "src/github/workflow-steps.ts",
|
|
28607
|
-
"line":
|
|
28607
|
+
"line": 96
|
|
28608
28608
|
},
|
|
28609
28609
|
"name": "uploadArtifact",
|
|
28610
28610
|
"parameters": [
|
|
@@ -29503,7 +29503,7 @@
|
|
|
29503
29503
|
"kind": "interface",
|
|
29504
29504
|
"locationInModule": {
|
|
29505
29505
|
"filename": "src/github/workflows-model.ts",
|
|
29506
|
-
"line":
|
|
29506
|
+
"line": 876
|
|
29507
29507
|
},
|
|
29508
29508
|
"name": "BranchProtectionRuleOptions",
|
|
29509
29509
|
"namespace": "github.workflows",
|
|
@@ -29520,7 +29520,7 @@
|
|
|
29520
29520
|
"immutable": true,
|
|
29521
29521
|
"locationInModule": {
|
|
29522
29522
|
"filename": "src/github/workflows-model.ts",
|
|
29523
|
-
"line":
|
|
29523
|
+
"line": 882
|
|
29524
29524
|
},
|
|
29525
29525
|
"name": "types",
|
|
29526
29526
|
"optional": true,
|
|
@@ -29547,7 +29547,7 @@
|
|
|
29547
29547
|
"kind": "interface",
|
|
29548
29548
|
"locationInModule": {
|
|
29549
29549
|
"filename": "src/github/workflows-model.ts",
|
|
29550
|
-
"line":
|
|
29550
|
+
"line": 888
|
|
29551
29551
|
},
|
|
29552
29552
|
"name": "CheckRunOptions",
|
|
29553
29553
|
"namespace": "github.workflows",
|
|
@@ -29564,7 +29564,7 @@
|
|
|
29564
29564
|
"immutable": true,
|
|
29565
29565
|
"locationInModule": {
|
|
29566
29566
|
"filename": "src/github/workflows-model.ts",
|
|
29567
|
-
"line":
|
|
29567
|
+
"line": 894
|
|
29568
29568
|
},
|
|
29569
29569
|
"name": "types",
|
|
29570
29570
|
"optional": true,
|
|
@@ -29591,7 +29591,7 @@
|
|
|
29591
29591
|
"kind": "interface",
|
|
29592
29592
|
"locationInModule": {
|
|
29593
29593
|
"filename": "src/github/workflows-model.ts",
|
|
29594
|
-
"line":
|
|
29594
|
+
"line": 902
|
|
29595
29595
|
},
|
|
29596
29596
|
"name": "CheckSuiteOptions",
|
|
29597
29597
|
"namespace": "github.workflows",
|
|
@@ -29608,7 +29608,7 @@
|
|
|
29608
29608
|
"immutable": true,
|
|
29609
29609
|
"locationInModule": {
|
|
29610
29610
|
"filename": "src/github/workflows-model.ts",
|
|
29611
|
-
"line":
|
|
29611
|
+
"line": 908
|
|
29612
29612
|
},
|
|
29613
29613
|
"name": "types",
|
|
29614
29614
|
"optional": true,
|
|
@@ -29765,7 +29765,7 @@
|
|
|
29765
29765
|
"kind": "interface",
|
|
29766
29766
|
"locationInModule": {
|
|
29767
29767
|
"filename": "src/github/workflows-model.ts",
|
|
29768
|
-
"line":
|
|
29768
|
+
"line": 605
|
|
29769
29769
|
},
|
|
29770
29770
|
"name": "ContainerCredentials",
|
|
29771
29771
|
"namespace": "github.workflows",
|
|
@@ -29779,7 +29779,7 @@
|
|
|
29779
29779
|
"immutable": true,
|
|
29780
29780
|
"locationInModule": {
|
|
29781
29781
|
"filename": "src/github/workflows-model.ts",
|
|
29782
|
-
"line":
|
|
29782
|
+
"line": 610
|
|
29783
29783
|
},
|
|
29784
29784
|
"name": "password",
|
|
29785
29785
|
"type": {
|
|
@@ -29795,7 +29795,7 @@
|
|
|
29795
29795
|
"immutable": true,
|
|
29796
29796
|
"locationInModule": {
|
|
29797
29797
|
"filename": "src/github/workflows-model.ts",
|
|
29798
|
-
"line":
|
|
29798
|
+
"line": 607
|
|
29799
29799
|
},
|
|
29800
29800
|
"name": "username",
|
|
29801
29801
|
"type": {
|
|
@@ -29816,7 +29816,7 @@
|
|
|
29816
29816
|
"kind": "interface",
|
|
29817
29817
|
"locationInModule": {
|
|
29818
29818
|
"filename": "src/github/workflows-model.ts",
|
|
29819
|
-
"line":
|
|
29819
|
+
"line": 558
|
|
29820
29820
|
},
|
|
29821
29821
|
"name": "ContainerOptions",
|
|
29822
29822
|
"namespace": "github.workflows",
|
|
@@ -29831,7 +29831,7 @@
|
|
|
29831
29831
|
"immutable": true,
|
|
29832
29832
|
"locationInModule": {
|
|
29833
29833
|
"filename": "src/github/workflows-model.ts",
|
|
29834
|
-
"line":
|
|
29834
|
+
"line": 563
|
|
29835
29835
|
},
|
|
29836
29836
|
"name": "image",
|
|
29837
29837
|
"type": {
|
|
@@ -29848,7 +29848,7 @@
|
|
|
29848
29848
|
"immutable": true,
|
|
29849
29849
|
"locationInModule": {
|
|
29850
29850
|
"filename": "src/github/workflows-model.ts",
|
|
29851
|
-
"line":
|
|
29851
|
+
"line": 571
|
|
29852
29852
|
},
|
|
29853
29853
|
"name": "credentials",
|
|
29854
29854
|
"optional": true,
|
|
@@ -29865,7 +29865,7 @@
|
|
|
29865
29865
|
"immutable": true,
|
|
29866
29866
|
"locationInModule": {
|
|
29867
29867
|
"filename": "src/github/workflows-model.ts",
|
|
29868
|
-
"line":
|
|
29868
|
+
"line": 576
|
|
29869
29869
|
},
|
|
29870
29870
|
"name": "env",
|
|
29871
29871
|
"optional": true,
|
|
@@ -29888,7 +29888,7 @@
|
|
|
29888
29888
|
"immutable": true,
|
|
29889
29889
|
"locationInModule": {
|
|
29890
29890
|
"filename": "src/github/workflows-model.ts",
|
|
29891
|
-
"line":
|
|
29891
|
+
"line": 599
|
|
29892
29892
|
},
|
|
29893
29893
|
"name": "options",
|
|
29894
29894
|
"optional": true,
|
|
@@ -29910,7 +29910,7 @@
|
|
|
29910
29910
|
"immutable": true,
|
|
29911
29911
|
"locationInModule": {
|
|
29912
29912
|
"filename": "src/github/workflows-model.ts",
|
|
29913
|
-
"line":
|
|
29913
|
+
"line": 581
|
|
29914
29914
|
},
|
|
29915
29915
|
"name": "ports",
|
|
29916
29916
|
"optional": true,
|
|
@@ -29933,7 +29933,7 @@
|
|
|
29933
29933
|
"immutable": true,
|
|
29934
29934
|
"locationInModule": {
|
|
29935
29935
|
"filename": "src/github/workflows-model.ts",
|
|
29936
|
-
"line":
|
|
29936
|
+
"line": 592
|
|
29937
29937
|
},
|
|
29938
29938
|
"name": "volumes",
|
|
29939
29939
|
"optional": true,
|
|
@@ -29960,7 +29960,7 @@
|
|
|
29960
29960
|
"kind": "interface",
|
|
29961
29961
|
"locationInModule": {
|
|
29962
29962
|
"filename": "src/github/workflows-model.ts",
|
|
29963
|
-
"line":
|
|
29963
|
+
"line": 1266
|
|
29964
29964
|
},
|
|
29965
29965
|
"name": "CreateOptions",
|
|
29966
29966
|
"namespace": "github.workflows",
|
|
@@ -29977,7 +29977,7 @@
|
|
|
29977
29977
|
"kind": "interface",
|
|
29978
29978
|
"locationInModule": {
|
|
29979
29979
|
"filename": "src/github/workflows-model.ts",
|
|
29980
|
-
"line":
|
|
29980
|
+
"line": 854
|
|
29981
29981
|
},
|
|
29982
29982
|
"name": "CronScheduleOptions",
|
|
29983
29983
|
"namespace": "github.workflows",
|
|
@@ -29991,7 +29991,7 @@
|
|
|
29991
29991
|
"immutable": true,
|
|
29992
29992
|
"locationInModule": {
|
|
29993
29993
|
"filename": "src/github/workflows-model.ts",
|
|
29994
|
-
"line":
|
|
29994
|
+
"line": 858
|
|
29995
29995
|
},
|
|
29996
29996
|
"name": "cron",
|
|
29997
29997
|
"type": {
|
|
@@ -30012,7 +30012,7 @@
|
|
|
30012
30012
|
"kind": "interface",
|
|
30013
30013
|
"locationInModule": {
|
|
30014
30014
|
"filename": "src/github/workflows-model.ts",
|
|
30015
|
-
"line":
|
|
30015
|
+
"line": 1271
|
|
30016
30016
|
},
|
|
30017
30017
|
"name": "DeleteOptions",
|
|
30018
30018
|
"namespace": "github.workflows",
|
|
@@ -30029,7 +30029,7 @@
|
|
|
30029
30029
|
"kind": "interface",
|
|
30030
30030
|
"locationInModule": {
|
|
30031
30031
|
"filename": "src/github/workflows-model.ts",
|
|
30032
|
-
"line":
|
|
30032
|
+
"line": 1276
|
|
30033
30033
|
},
|
|
30034
30034
|
"name": "DeploymentOptions",
|
|
30035
30035
|
"namespace": "github.workflows",
|
|
@@ -30046,7 +30046,7 @@
|
|
|
30046
30046
|
"kind": "interface",
|
|
30047
30047
|
"locationInModule": {
|
|
30048
30048
|
"filename": "src/github/workflows-model.ts",
|
|
30049
|
-
"line":
|
|
30049
|
+
"line": 1281
|
|
30050
30050
|
},
|
|
30051
30051
|
"name": "DeploymentStatusOptions",
|
|
30052
30052
|
"namespace": "github.workflows",
|
|
@@ -30063,7 +30063,7 @@
|
|
|
30063
30063
|
"kind": "interface",
|
|
30064
30064
|
"locationInModule": {
|
|
30065
30065
|
"filename": "src/github/workflows-model.ts",
|
|
30066
|
-
"line":
|
|
30066
|
+
"line": 939
|
|
30067
30067
|
},
|
|
30068
30068
|
"name": "DiscussionCommentOptions",
|
|
30069
30069
|
"namespace": "github.workflows",
|
|
@@ -30080,7 +30080,7 @@
|
|
|
30080
30080
|
"immutable": true,
|
|
30081
30081
|
"locationInModule": {
|
|
30082
30082
|
"filename": "src/github/workflows-model.ts",
|
|
30083
|
-
"line":
|
|
30083
|
+
"line": 945
|
|
30084
30084
|
},
|
|
30085
30085
|
"name": "types",
|
|
30086
30086
|
"optional": true,
|
|
@@ -30107,7 +30107,7 @@
|
|
|
30107
30107
|
"kind": "interface",
|
|
30108
30108
|
"locationInModule": {
|
|
30109
30109
|
"filename": "src/github/workflows-model.ts",
|
|
30110
|
-
"line":
|
|
30110
|
+
"line": 914
|
|
30111
30111
|
},
|
|
30112
30112
|
"name": "DiscussionOptions",
|
|
30113
30113
|
"namespace": "github.workflows",
|
|
@@ -30124,7 +30124,7 @@
|
|
|
30124
30124
|
"immutable": true,
|
|
30125
30125
|
"locationInModule": {
|
|
30126
30126
|
"filename": "src/github/workflows-model.ts",
|
|
30127
|
-
"line":
|
|
30127
|
+
"line": 920
|
|
30128
30128
|
},
|
|
30129
30129
|
"name": "types",
|
|
30130
30130
|
"optional": true,
|
|
@@ -30151,7 +30151,7 @@
|
|
|
30151
30151
|
"kind": "interface",
|
|
30152
30152
|
"locationInModule": {
|
|
30153
30153
|
"filename": "src/github/workflows-model.ts",
|
|
30154
|
-
"line":
|
|
30154
|
+
"line": 1286
|
|
30155
30155
|
},
|
|
30156
30156
|
"name": "ForkOptions",
|
|
30157
30157
|
"namespace": "github.workflows",
|
|
@@ -30168,7 +30168,7 @@
|
|
|
30168
30168
|
"kind": "interface",
|
|
30169
30169
|
"locationInModule": {
|
|
30170
30170
|
"filename": "src/github/workflows-model.ts",
|
|
30171
|
-
"line":
|
|
30171
|
+
"line": 1291
|
|
30172
30172
|
},
|
|
30173
30173
|
"name": "GollumOptions",
|
|
30174
30174
|
"namespace": "github.workflows",
|
|
@@ -30185,7 +30185,7 @@
|
|
|
30185
30185
|
"kind": "interface",
|
|
30186
30186
|
"locationInModule": {
|
|
30187
30187
|
"filename": "src/github/workflows-model.ts",
|
|
30188
|
-
"line":
|
|
30188
|
+
"line": 951
|
|
30189
30189
|
},
|
|
30190
30190
|
"name": "IssueCommentOptions",
|
|
30191
30191
|
"namespace": "github.workflows",
|
|
@@ -30202,7 +30202,7 @@
|
|
|
30202
30202
|
"immutable": true,
|
|
30203
30203
|
"locationInModule": {
|
|
30204
30204
|
"filename": "src/github/workflows-model.ts",
|
|
30205
|
-
"line":
|
|
30205
|
+
"line": 957
|
|
30206
30206
|
},
|
|
30207
30207
|
"name": "types",
|
|
30208
30208
|
"optional": true,
|
|
@@ -30229,7 +30229,7 @@
|
|
|
30229
30229
|
"kind": "interface",
|
|
30230
30230
|
"locationInModule": {
|
|
30231
30231
|
"filename": "src/github/workflows-model.ts",
|
|
30232
|
-
"line":
|
|
30232
|
+
"line": 963
|
|
30233
30233
|
},
|
|
30234
30234
|
"name": "IssuesOptions",
|
|
30235
30235
|
"namespace": "github.workflows",
|
|
@@ -30246,7 +30246,7 @@
|
|
|
30246
30246
|
"immutable": true,
|
|
30247
30247
|
"locationInModule": {
|
|
30248
30248
|
"filename": "src/github/workflows-model.ts",
|
|
30249
|
-
"line":
|
|
30249
|
+
"line": 969
|
|
30250
30250
|
},
|
|
30251
30251
|
"name": "types",
|
|
30252
30252
|
"optional": true,
|
|
@@ -30678,7 +30678,7 @@
|
|
|
30678
30678
|
"kind": "interface",
|
|
30679
30679
|
"locationInModule": {
|
|
30680
30680
|
"filename": "src/github/workflows-model.ts",
|
|
30681
|
-
"line":
|
|
30681
|
+
"line": 528
|
|
30682
30682
|
},
|
|
30683
30683
|
"name": "JobMatrix",
|
|
30684
30684
|
"namespace": "github.workflows",
|
|
@@ -30693,7 +30693,7 @@
|
|
|
30693
30693
|
"immutable": true,
|
|
30694
30694
|
"locationInModule": {
|
|
30695
30695
|
"filename": "src/github/workflows-model.ts",
|
|
30696
|
-
"line":
|
|
30696
|
+
"line": 537
|
|
30697
30697
|
},
|
|
30698
30698
|
"name": "domain",
|
|
30699
30699
|
"optional": true,
|
|
@@ -30742,7 +30742,7 @@
|
|
|
30742
30742
|
"immutable": true,
|
|
30743
30743
|
"locationInModule": {
|
|
30744
30744
|
"filename": "src/github/workflows-model.ts",
|
|
30745
|
-
"line":
|
|
30745
|
+
"line": 552
|
|
30746
30746
|
},
|
|
30747
30747
|
"name": "exclude",
|
|
30748
30748
|
"optional": true,
|
|
@@ -30782,7 +30782,7 @@
|
|
|
30782
30782
|
"immutable": true,
|
|
30783
30783
|
"locationInModule": {
|
|
30784
30784
|
"filename": "src/github/workflows-model.ts",
|
|
30785
|
-
"line":
|
|
30785
|
+
"line": 545
|
|
30786
30786
|
},
|
|
30787
30787
|
"name": "include",
|
|
30788
30788
|
"optional": true,
|
|
@@ -31132,7 +31132,7 @@
|
|
|
31132
31132
|
"kind": "interface",
|
|
31133
31133
|
"locationInModule": {
|
|
31134
31134
|
"filename": "src/github/workflows-model.ts",
|
|
31135
|
-
"line":
|
|
31135
|
+
"line": 488
|
|
31136
31136
|
},
|
|
31137
31137
|
"name": "JobStep",
|
|
31138
31138
|
"namespace": "github.workflows",
|
|
@@ -31152,7 +31152,7 @@
|
|
|
31152
31152
|
"kind": "interface",
|
|
31153
31153
|
"locationInModule": {
|
|
31154
31154
|
"filename": "src/github/workflows-model.ts",
|
|
31155
|
-
"line":
|
|
31155
|
+
"line": 470
|
|
31156
31156
|
},
|
|
31157
31157
|
"name": "JobStepConfiguration",
|
|
31158
31158
|
"namespace": "github.workflows",
|
|
@@ -31167,7 +31167,7 @@
|
|
|
31167
31167
|
"immutable": true,
|
|
31168
31168
|
"locationInModule": {
|
|
31169
31169
|
"filename": "src/github/workflows-model.ts",
|
|
31170
|
-
"line":
|
|
31170
|
+
"line": 475
|
|
31171
31171
|
},
|
|
31172
31172
|
"name": "continueOnError",
|
|
31173
31173
|
"optional": true,
|
|
@@ -31184,7 +31184,7 @@
|
|
|
31184
31184
|
"immutable": true,
|
|
31185
31185
|
"locationInModule": {
|
|
31186
31186
|
"filename": "src/github/workflows-model.ts",
|
|
31187
|
-
"line":
|
|
31187
|
+
"line": 480
|
|
31188
31188
|
},
|
|
31189
31189
|
"name": "timeoutMinutes",
|
|
31190
31190
|
"optional": true,
|
|
@@ -31258,7 +31258,7 @@
|
|
|
31258
31258
|
"kind": "interface",
|
|
31259
31259
|
"locationInModule": {
|
|
31260
31260
|
"filename": "src/github/workflows-model.ts",
|
|
31261
|
-
"line":
|
|
31261
|
+
"line": 494
|
|
31262
31262
|
},
|
|
31263
31263
|
"name": "JobStrategy",
|
|
31264
31264
|
"namespace": "github.workflows",
|
|
@@ -31273,7 +31273,7 @@
|
|
|
31273
31273
|
"immutable": true,
|
|
31274
31274
|
"locationInModule": {
|
|
31275
31275
|
"filename": "src/github/workflows-model.ts",
|
|
31276
|
-
"line":
|
|
31276
|
+
"line": 512
|
|
31277
31277
|
},
|
|
31278
31278
|
"name": "failFast",
|
|
31279
31279
|
"optional": true,
|
|
@@ -31291,7 +31291,7 @@
|
|
|
31291
31291
|
"immutable": true,
|
|
31292
31292
|
"locationInModule": {
|
|
31293
31293
|
"filename": "src/github/workflows-model.ts",
|
|
31294
|
-
"line":
|
|
31294
|
+
"line": 506
|
|
31295
31295
|
},
|
|
31296
31296
|
"name": "matrix",
|
|
31297
31297
|
"optional": true,
|
|
@@ -31309,7 +31309,7 @@
|
|
|
31309
31309
|
"immutable": true,
|
|
31310
31310
|
"locationInModule": {
|
|
31311
31311
|
"filename": "src/github/workflows-model.ts",
|
|
31312
|
-
"line":
|
|
31312
|
+
"line": 520
|
|
31313
31313
|
},
|
|
31314
31314
|
"name": "maxParallel",
|
|
31315
31315
|
"optional": true,
|
|
@@ -31331,7 +31331,7 @@
|
|
|
31331
31331
|
"kind": "interface",
|
|
31332
31332
|
"locationInModule": {
|
|
31333
31333
|
"filename": "src/github/workflows-model.ts",
|
|
31334
|
-
"line":
|
|
31334
|
+
"line": 992
|
|
31335
31335
|
},
|
|
31336
31336
|
"name": "LabelOptions",
|
|
31337
31337
|
"namespace": "github.workflows",
|
|
@@ -31348,7 +31348,7 @@
|
|
|
31348
31348
|
"immutable": true,
|
|
31349
31349
|
"locationInModule": {
|
|
31350
31350
|
"filename": "src/github/workflows-model.ts",
|
|
31351
|
-
"line":
|
|
31351
|
+
"line": 998
|
|
31352
31352
|
},
|
|
31353
31353
|
"name": "types",
|
|
31354
31354
|
"optional": true,
|
|
@@ -31375,7 +31375,7 @@
|
|
|
31375
31375
|
"kind": "interface",
|
|
31376
31376
|
"locationInModule": {
|
|
31377
31377
|
"filename": "src/github/workflows-model.ts",
|
|
31378
|
-
"line":
|
|
31378
|
+
"line": 1006
|
|
31379
31379
|
},
|
|
31380
31380
|
"name": "MergeGroupOptions",
|
|
31381
31381
|
"namespace": "github.workflows",
|
|
@@ -31390,7 +31390,7 @@
|
|
|
31390
31390
|
"immutable": true,
|
|
31391
31391
|
"locationInModule": {
|
|
31392
31392
|
"filename": "src/github/workflows-model.ts",
|
|
31393
|
-
"line":
|
|
31393
|
+
"line": 1012
|
|
31394
31394
|
},
|
|
31395
31395
|
"name": "branches",
|
|
31396
31396
|
"optional": true,
|
|
@@ -31417,7 +31417,7 @@
|
|
|
31417
31417
|
"kind": "interface",
|
|
31418
31418
|
"locationInModule": {
|
|
31419
31419
|
"filename": "src/github/workflows-model.ts",
|
|
31420
|
-
"line":
|
|
31420
|
+
"line": 1018
|
|
31421
31421
|
},
|
|
31422
31422
|
"name": "MilestoneOptions",
|
|
31423
31423
|
"namespace": "github.workflows",
|
|
@@ -31434,7 +31434,7 @@
|
|
|
31434
31434
|
"immutable": true,
|
|
31435
31435
|
"locationInModule": {
|
|
31436
31436
|
"filename": "src/github/workflows-model.ts",
|
|
31437
|
-
"line":
|
|
31437
|
+
"line": 1024
|
|
31438
31438
|
},
|
|
31439
31439
|
"name": "types",
|
|
31440
31440
|
"optional": true,
|
|
@@ -31461,7 +31461,7 @@
|
|
|
31461
31461
|
"kind": "interface",
|
|
31462
31462
|
"locationInModule": {
|
|
31463
31463
|
"filename": "src/github/workflows-model.ts",
|
|
31464
|
-
"line":
|
|
31464
|
+
"line": 1296
|
|
31465
31465
|
},
|
|
31466
31466
|
"name": "PageBuildOptions",
|
|
31467
31467
|
"namespace": "github.workflows",
|
|
@@ -31478,7 +31478,7 @@
|
|
|
31478
31478
|
"kind": "interface",
|
|
31479
31479
|
"locationInModule": {
|
|
31480
31480
|
"filename": "src/github/workflows-model.ts",
|
|
31481
|
-
"line":
|
|
31481
|
+
"line": 1046
|
|
31482
31482
|
},
|
|
31483
31483
|
"name": "ProjectCardOptions",
|
|
31484
31484
|
"namespace": "github.workflows",
|
|
@@ -31495,7 +31495,7 @@
|
|
|
31495
31495
|
"immutable": true,
|
|
31496
31496
|
"locationInModule": {
|
|
31497
31497
|
"filename": "src/github/workflows-model.ts",
|
|
31498
|
-
"line":
|
|
31498
|
+
"line": 1052
|
|
31499
31499
|
},
|
|
31500
31500
|
"name": "types",
|
|
31501
31501
|
"optional": true,
|
|
@@ -31522,7 +31522,7 @@
|
|
|
31522
31522
|
"kind": "interface",
|
|
31523
31523
|
"locationInModule": {
|
|
31524
31524
|
"filename": "src/github/workflows-model.ts",
|
|
31525
|
-
"line":
|
|
31525
|
+
"line": 1060
|
|
31526
31526
|
},
|
|
31527
31527
|
"name": "ProjectColumnOptions",
|
|
31528
31528
|
"namespace": "github.workflows",
|
|
@@ -31539,7 +31539,7 @@
|
|
|
31539
31539
|
"immutable": true,
|
|
31540
31540
|
"locationInModule": {
|
|
31541
31541
|
"filename": "src/github/workflows-model.ts",
|
|
31542
|
-
"line":
|
|
31542
|
+
"line": 1066
|
|
31543
31543
|
},
|
|
31544
31544
|
"name": "types",
|
|
31545
31545
|
"optional": true,
|
|
@@ -31566,7 +31566,7 @@
|
|
|
31566
31566
|
"kind": "interface",
|
|
31567
31567
|
"locationInModule": {
|
|
31568
31568
|
"filename": "src/github/workflows-model.ts",
|
|
31569
|
-
"line":
|
|
31569
|
+
"line": 1032
|
|
31570
31570
|
},
|
|
31571
31571
|
"name": "ProjectOptions",
|
|
31572
31572
|
"namespace": "github.workflows",
|
|
@@ -31583,7 +31583,7 @@
|
|
|
31583
31583
|
"immutable": true,
|
|
31584
31584
|
"locationInModule": {
|
|
31585
31585
|
"filename": "src/github/workflows-model.ts",
|
|
31586
|
-
"line":
|
|
31586
|
+
"line": 1038
|
|
31587
31587
|
},
|
|
31588
31588
|
"name": "types",
|
|
31589
31589
|
"optional": true,
|
|
@@ -31610,7 +31610,7 @@
|
|
|
31610
31610
|
"kind": "interface",
|
|
31611
31611
|
"locationInModule": {
|
|
31612
31612
|
"filename": "src/github/workflows-model.ts",
|
|
31613
|
-
"line":
|
|
31613
|
+
"line": 1301
|
|
31614
31614
|
},
|
|
31615
31615
|
"name": "PublicOptions",
|
|
31616
31616
|
"namespace": "github.workflows",
|
|
@@ -31630,7 +31630,7 @@
|
|
|
31630
31630
|
"kind": "interface",
|
|
31631
31631
|
"locationInModule": {
|
|
31632
31632
|
"filename": "src/github/workflows-model.ts",
|
|
31633
|
-
"line":
|
|
31633
|
+
"line": 1072
|
|
31634
31634
|
},
|
|
31635
31635
|
"name": "PullRequestOptions",
|
|
31636
31636
|
"namespace": "github.workflows",
|
|
@@ -31647,7 +31647,7 @@
|
|
|
31647
31647
|
"immutable": true,
|
|
31648
31648
|
"locationInModule": {
|
|
31649
31649
|
"filename": "src/github/workflows-model.ts",
|
|
31650
|
-
"line":
|
|
31650
|
+
"line": 1078
|
|
31651
31651
|
},
|
|
31652
31652
|
"name": "types",
|
|
31653
31653
|
"optional": true,
|
|
@@ -31674,7 +31674,7 @@
|
|
|
31674
31674
|
"kind": "interface",
|
|
31675
31675
|
"locationInModule": {
|
|
31676
31676
|
"filename": "src/github/workflows-model.ts",
|
|
31677
|
-
"line":
|
|
31677
|
+
"line": 1111
|
|
31678
31678
|
},
|
|
31679
31679
|
"name": "PullRequestReviewCommentOptions",
|
|
31680
31680
|
"namespace": "github.workflows",
|
|
@@ -31691,7 +31691,7 @@
|
|
|
31691
31691
|
"immutable": true,
|
|
31692
31692
|
"locationInModule": {
|
|
31693
31693
|
"filename": "src/github/workflows-model.ts",
|
|
31694
|
-
"line":
|
|
31694
|
+
"line": 1117
|
|
31695
31695
|
},
|
|
31696
31696
|
"name": "types",
|
|
31697
31697
|
"optional": true,
|
|
@@ -31718,7 +31718,7 @@
|
|
|
31718
31718
|
"kind": "interface",
|
|
31719
31719
|
"locationInModule": {
|
|
31720
31720
|
"filename": "src/github/workflows-model.ts",
|
|
31721
|
-
"line":
|
|
31721
|
+
"line": 1099
|
|
31722
31722
|
},
|
|
31723
31723
|
"name": "PullRequestReviewOptions",
|
|
31724
31724
|
"namespace": "github.workflows",
|
|
@@ -31735,7 +31735,7 @@
|
|
|
31735
31735
|
"immutable": true,
|
|
31736
31736
|
"locationInModule": {
|
|
31737
31737
|
"filename": "src/github/workflows-model.ts",
|
|
31738
|
-
"line":
|
|
31738
|
+
"line": 1105
|
|
31739
31739
|
},
|
|
31740
31740
|
"name": "types",
|
|
31741
31741
|
"optional": true,
|
|
@@ -31765,7 +31765,7 @@
|
|
|
31765
31765
|
"kind": "interface",
|
|
31766
31766
|
"locationInModule": {
|
|
31767
31767
|
"filename": "src/github/workflows-model.ts",
|
|
31768
|
-
"line":
|
|
31768
|
+
"line": 1123
|
|
31769
31769
|
},
|
|
31770
31770
|
"name": "PullRequestTargetOptions",
|
|
31771
31771
|
"namespace": "github.workflows",
|
|
@@ -31782,7 +31782,7 @@
|
|
|
31782
31782
|
"immutable": true,
|
|
31783
31783
|
"locationInModule": {
|
|
31784
31784
|
"filename": "src/github/workflows-model.ts",
|
|
31785
|
-
"line":
|
|
31785
|
+
"line": 1129
|
|
31786
31786
|
},
|
|
31787
31787
|
"name": "types",
|
|
31788
31788
|
"optional": true,
|
|
@@ -31809,7 +31809,7 @@
|
|
|
31809
31809
|
"kind": "interface",
|
|
31810
31810
|
"locationInModule": {
|
|
31811
31811
|
"filename": "src/github/workflows-model.ts",
|
|
31812
|
-
"line":
|
|
31812
|
+
"line": 1150
|
|
31813
31813
|
},
|
|
31814
31814
|
"name": "PushOptions",
|
|
31815
31815
|
"namespace": "github.workflows",
|
|
@@ -31825,7 +31825,7 @@
|
|
|
31825
31825
|
"immutable": true,
|
|
31826
31826
|
"locationInModule": {
|
|
31827
31827
|
"filename": "src/github/workflows-model.ts",
|
|
31828
|
-
"line":
|
|
31828
|
+
"line": 1160
|
|
31829
31829
|
},
|
|
31830
31830
|
"name": "branches",
|
|
31831
31831
|
"optional": true,
|
|
@@ -31849,7 +31849,7 @@
|
|
|
31849
31849
|
"immutable": true,
|
|
31850
31850
|
"locationInModule": {
|
|
31851
31851
|
"filename": "src/github/workflows-model.ts",
|
|
31852
|
-
"line":
|
|
31852
|
+
"line": 1181
|
|
31853
31853
|
},
|
|
31854
31854
|
"name": "paths",
|
|
31855
31855
|
"optional": true,
|
|
@@ -31873,7 +31873,7 @@
|
|
|
31873
31873
|
"immutable": true,
|
|
31874
31874
|
"locationInModule": {
|
|
31875
31875
|
"filename": "src/github/workflows-model.ts",
|
|
31876
|
-
"line":
|
|
31876
|
+
"line": 1171
|
|
31877
31877
|
},
|
|
31878
31878
|
"name": "tags",
|
|
31879
31879
|
"optional": true,
|
|
@@ -31900,7 +31900,7 @@
|
|
|
31900
31900
|
"kind": "interface",
|
|
31901
31901
|
"locationInModule": {
|
|
31902
31902
|
"filename": "src/github/workflows-model.ts",
|
|
31903
|
-
"line":
|
|
31903
|
+
"line": 1187
|
|
31904
31904
|
},
|
|
31905
31905
|
"name": "RegistryPackageOptions",
|
|
31906
31906
|
"namespace": "github.workflows",
|
|
@@ -31917,7 +31917,7 @@
|
|
|
31917
31917
|
"immutable": true,
|
|
31918
31918
|
"locationInModule": {
|
|
31919
31919
|
"filename": "src/github/workflows-model.ts",
|
|
31920
|
-
"line":
|
|
31920
|
+
"line": 1193
|
|
31921
31921
|
},
|
|
31922
31922
|
"name": "types",
|
|
31923
31923
|
"optional": true,
|
|
@@ -31944,7 +31944,7 @@
|
|
|
31944
31944
|
"kind": "interface",
|
|
31945
31945
|
"locationInModule": {
|
|
31946
31946
|
"filename": "src/github/workflows-model.ts",
|
|
31947
|
-
"line":
|
|
31947
|
+
"line": 1199
|
|
31948
31948
|
},
|
|
31949
31949
|
"name": "ReleaseOptions",
|
|
31950
31950
|
"namespace": "github.workflows",
|
|
@@ -31961,7 +31961,7 @@
|
|
|
31961
31961
|
"immutable": true,
|
|
31962
31962
|
"locationInModule": {
|
|
31963
31963
|
"filename": "src/github/workflows-model.ts",
|
|
31964
|
-
"line":
|
|
31964
|
+
"line": 1205
|
|
31965
31965
|
},
|
|
31966
31966
|
"name": "types",
|
|
31967
31967
|
"optional": true,
|
|
@@ -31988,7 +31988,7 @@
|
|
|
31988
31988
|
"kind": "interface",
|
|
31989
31989
|
"locationInModule": {
|
|
31990
31990
|
"filename": "src/github/workflows-model.ts",
|
|
31991
|
-
"line":
|
|
31991
|
+
"line": 864
|
|
31992
31992
|
},
|
|
31993
31993
|
"name": "RepositoryDispatchOptions",
|
|
31994
31994
|
"namespace": "github.workflows",
|
|
@@ -32005,7 +32005,7 @@
|
|
|
32005
32005
|
"immutable": true,
|
|
32006
32006
|
"locationInModule": {
|
|
32007
32007
|
"filename": "src/github/workflows-model.ts",
|
|
32008
|
-
"line":
|
|
32008
|
+
"line": 870
|
|
32009
32009
|
},
|
|
32010
32010
|
"name": "types",
|
|
32011
32011
|
"optional": true,
|
|
@@ -32086,7 +32086,7 @@
|
|
|
32086
32086
|
"kind": "interface",
|
|
32087
32087
|
"locationInModule": {
|
|
32088
32088
|
"filename": "src/github/workflows-model.ts",
|
|
32089
|
-
"line":
|
|
32089
|
+
"line": 1306
|
|
32090
32090
|
},
|
|
32091
32091
|
"name": "StatusOptions",
|
|
32092
32092
|
"namespace": "github.workflows",
|
|
@@ -32108,7 +32108,7 @@
|
|
|
32108
32108
|
"kind": "interface",
|
|
32109
32109
|
"locationInModule": {
|
|
32110
32110
|
"filename": "src/github/workflows-model.ts",
|
|
32111
|
-
"line":
|
|
32111
|
+
"line": 442
|
|
32112
32112
|
},
|
|
32113
32113
|
"name": "Step",
|
|
32114
32114
|
"namespace": "github.workflows",
|
|
@@ -32123,7 +32123,7 @@
|
|
|
32123
32123
|
"immutable": true,
|
|
32124
32124
|
"locationInModule": {
|
|
32125
32125
|
"filename": "src/github/workflows-model.ts",
|
|
32126
|
-
"line":
|
|
32126
|
+
"line": 456
|
|
32127
32127
|
},
|
|
32128
32128
|
"name": "run",
|
|
32129
32129
|
"optional": true,
|
|
@@ -32141,7 +32141,7 @@
|
|
|
32141
32141
|
"immutable": true,
|
|
32142
32142
|
"locationInModule": {
|
|
32143
32143
|
"filename": "src/github/workflows-model.ts",
|
|
32144
|
-
"line":
|
|
32144
|
+
"line": 449
|
|
32145
32145
|
},
|
|
32146
32146
|
"name": "uses",
|
|
32147
32147
|
"optional": true,
|
|
@@ -32159,7 +32159,7 @@
|
|
|
32159
32159
|
"immutable": true,
|
|
32160
32160
|
"locationInModule": {
|
|
32161
32161
|
"filename": "src/github/workflows-model.ts",
|
|
32162
|
-
"line":
|
|
32162
|
+
"line": 463
|
|
32163
32163
|
},
|
|
32164
32164
|
"name": "with",
|
|
32165
32165
|
"optional": true,
|
|
@@ -32268,6 +32268,25 @@
|
|
|
32268
32268
|
"primitive": "string"
|
|
32269
32269
|
}
|
|
32270
32270
|
},
|
|
32271
|
+
{
|
|
32272
|
+
"abstract": true,
|
|
32273
|
+
"docs": {
|
|
32274
|
+
"remarks": "Refer to GitHub documentation for allowed values.",
|
|
32275
|
+
"see": "https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsshell",
|
|
32276
|
+
"stability": "experimental",
|
|
32277
|
+
"summary": "Overrides the default shell settings in the runner's operating system and the job's default."
|
|
32278
|
+
},
|
|
32279
|
+
"immutable": true,
|
|
32280
|
+
"locationInModule": {
|
|
32281
|
+
"filename": "src/github/workflows-model.ts",
|
|
32282
|
+
"line": 431
|
|
32283
|
+
},
|
|
32284
|
+
"name": "shell",
|
|
32285
|
+
"optional": true,
|
|
32286
|
+
"type": {
|
|
32287
|
+
"primitive": "string"
|
|
32288
|
+
}
|
|
32289
|
+
},
|
|
32271
32290
|
{
|
|
32272
32291
|
"abstract": true,
|
|
32273
32292
|
"docs": {
|
|
@@ -32444,7 +32463,7 @@
|
|
|
32444
32463
|
"kind": "interface",
|
|
32445
32464
|
"locationInModule": {
|
|
32446
32465
|
"filename": "src/github/workflows-model.ts",
|
|
32447
|
-
"line":
|
|
32466
|
+
"line": 618
|
|
32448
32467
|
},
|
|
32449
32468
|
"name": "Triggers",
|
|
32450
32469
|
"namespace": "github.workflows",
|
|
@@ -32458,7 +32477,7 @@
|
|
|
32458
32477
|
"immutable": true,
|
|
32459
32478
|
"locationInModule": {
|
|
32460
32479
|
"filename": "src/github/workflows-model.ts",
|
|
32461
|
-
"line":
|
|
32480
|
+
"line": 660
|
|
32462
32481
|
},
|
|
32463
32482
|
"name": "branchProtectionRule",
|
|
32464
32483
|
"optional": true,
|
|
@@ -32475,7 +32494,7 @@
|
|
|
32475
32494
|
"immutable": true,
|
|
32476
32495
|
"locationInModule": {
|
|
32477
32496
|
"filename": "src/github/workflows-model.ts",
|
|
32478
|
-
"line":
|
|
32497
|
+
"line": 665
|
|
32479
32498
|
},
|
|
32480
32499
|
"name": "checkRun",
|
|
32481
32500
|
"optional": true,
|
|
@@ -32492,7 +32511,7 @@
|
|
|
32492
32511
|
"immutable": true,
|
|
32493
32512
|
"locationInModule": {
|
|
32494
32513
|
"filename": "src/github/workflows-model.ts",
|
|
32495
|
-
"line":
|
|
32514
|
+
"line": 670
|
|
32496
32515
|
},
|
|
32497
32516
|
"name": "checkSuite",
|
|
32498
32517
|
"optional": true,
|
|
@@ -32509,7 +32528,7 @@
|
|
|
32509
32528
|
"immutable": true,
|
|
32510
32529
|
"locationInModule": {
|
|
32511
32530
|
"filename": "src/github/workflows-model.ts",
|
|
32512
|
-
"line":
|
|
32531
|
+
"line": 676
|
|
32513
32532
|
},
|
|
32514
32533
|
"name": "create",
|
|
32515
32534
|
"optional": true,
|
|
@@ -32526,7 +32545,7 @@
|
|
|
32526
32545
|
"immutable": true,
|
|
32527
32546
|
"locationInModule": {
|
|
32528
32547
|
"filename": "src/github/workflows-model.ts",
|
|
32529
|
-
"line":
|
|
32548
|
+
"line": 682
|
|
32530
32549
|
},
|
|
32531
32550
|
"name": "delete",
|
|
32532
32551
|
"optional": true,
|
|
@@ -32544,7 +32563,7 @@
|
|
|
32544
32563
|
"immutable": true,
|
|
32545
32564
|
"locationInModule": {
|
|
32546
32565
|
"filename": "src/github/workflows-model.ts",
|
|
32547
|
-
"line":
|
|
32566
|
+
"line": 689
|
|
32548
32567
|
},
|
|
32549
32568
|
"name": "deployment",
|
|
32550
32569
|
"optional": true,
|
|
@@ -32562,7 +32581,7 @@
|
|
|
32562
32581
|
"immutable": true,
|
|
32563
32582
|
"locationInModule": {
|
|
32564
32583
|
"filename": "src/github/workflows-model.ts",
|
|
32565
|
-
"line":
|
|
32584
|
+
"line": 696
|
|
32566
32585
|
},
|
|
32567
32586
|
"name": "deploymentStatus",
|
|
32568
32587
|
"optional": true,
|
|
@@ -32581,7 +32600,7 @@
|
|
|
32581
32600
|
"immutable": true,
|
|
32582
32601
|
"locationInModule": {
|
|
32583
32602
|
"filename": "src/github/workflows-model.ts",
|
|
32584
|
-
"line":
|
|
32603
|
+
"line": 702
|
|
32585
32604
|
},
|
|
32586
32605
|
"name": "discussion",
|
|
32587
32606
|
"optional": true,
|
|
@@ -32600,7 +32619,7 @@
|
|
|
32600
32619
|
"immutable": true,
|
|
32601
32620
|
"locationInModule": {
|
|
32602
32621
|
"filename": "src/github/workflows-model.ts",
|
|
32603
|
-
"line":
|
|
32622
|
+
"line": 708
|
|
32604
32623
|
},
|
|
32605
32624
|
"name": "discussionComment",
|
|
32606
32625
|
"optional": true,
|
|
@@ -32617,7 +32636,7 @@
|
|
|
32617
32636
|
"immutable": true,
|
|
32618
32637
|
"locationInModule": {
|
|
32619
32638
|
"filename": "src/github/workflows-model.ts",
|
|
32620
|
-
"line":
|
|
32639
|
+
"line": 714
|
|
32621
32640
|
},
|
|
32622
32641
|
"name": "fork",
|
|
32623
32642
|
"optional": true,
|
|
@@ -32634,7 +32653,7 @@
|
|
|
32634
32653
|
"immutable": true,
|
|
32635
32654
|
"locationInModule": {
|
|
32636
32655
|
"filename": "src/github/workflows-model.ts",
|
|
32637
|
-
"line":
|
|
32656
|
+
"line": 720
|
|
32638
32657
|
},
|
|
32639
32658
|
"name": "gollum",
|
|
32640
32659
|
"optional": true,
|
|
@@ -32651,7 +32670,7 @@
|
|
|
32651
32670
|
"immutable": true,
|
|
32652
32671
|
"locationInModule": {
|
|
32653
32672
|
"filename": "src/github/workflows-model.ts",
|
|
32654
|
-
"line":
|
|
32673
|
+
"line": 725
|
|
32655
32674
|
},
|
|
32656
32675
|
"name": "issueComment",
|
|
32657
32676
|
"optional": true,
|
|
@@ -32668,7 +32687,7 @@
|
|
|
32668
32687
|
"immutable": true,
|
|
32669
32688
|
"locationInModule": {
|
|
32670
32689
|
"filename": "src/github/workflows-model.ts",
|
|
32671
|
-
"line":
|
|
32690
|
+
"line": 730
|
|
32672
32691
|
},
|
|
32673
32692
|
"name": "issues",
|
|
32674
32693
|
"optional": true,
|
|
@@ -32685,7 +32704,7 @@
|
|
|
32685
32704
|
"immutable": true,
|
|
32686
32705
|
"locationInModule": {
|
|
32687
32706
|
"filename": "src/github/workflows-model.ts",
|
|
32688
|
-
"line":
|
|
32707
|
+
"line": 735
|
|
32689
32708
|
},
|
|
32690
32709
|
"name": "label",
|
|
32691
32710
|
"optional": true,
|
|
@@ -32702,7 +32721,7 @@
|
|
|
32702
32721
|
"immutable": true,
|
|
32703
32722
|
"locationInModule": {
|
|
32704
32723
|
"filename": "src/github/workflows-model.ts",
|
|
32705
|
-
"line":
|
|
32724
|
+
"line": 743
|
|
32706
32725
|
},
|
|
32707
32726
|
"name": "mergeGroup",
|
|
32708
32727
|
"optional": true,
|
|
@@ -32719,7 +32738,7 @@
|
|
|
32719
32738
|
"immutable": true,
|
|
32720
32739
|
"locationInModule": {
|
|
32721
32740
|
"filename": "src/github/workflows-model.ts",
|
|
32722
|
-
"line":
|
|
32741
|
+
"line": 748
|
|
32723
32742
|
},
|
|
32724
32743
|
"name": "milestone",
|
|
32725
32744
|
"optional": true,
|
|
@@ -32736,7 +32755,7 @@
|
|
|
32736
32755
|
"immutable": true,
|
|
32737
32756
|
"locationInModule": {
|
|
32738
32757
|
"filename": "src/github/workflows-model.ts",
|
|
32739
|
-
"line":
|
|
32758
|
+
"line": 754
|
|
32740
32759
|
},
|
|
32741
32760
|
"name": "pageBuild",
|
|
32742
32761
|
"optional": true,
|
|
@@ -32753,7 +32772,7 @@
|
|
|
32753
32772
|
"immutable": true,
|
|
32754
32773
|
"locationInModule": {
|
|
32755
32774
|
"filename": "src/github/workflows-model.ts",
|
|
32756
|
-
"line":
|
|
32775
|
+
"line": 759
|
|
32757
32776
|
},
|
|
32758
32777
|
"name": "project",
|
|
32759
32778
|
"optional": true,
|
|
@@ -32770,7 +32789,7 @@
|
|
|
32770
32789
|
"immutable": true,
|
|
32771
32790
|
"locationInModule": {
|
|
32772
32791
|
"filename": "src/github/workflows-model.ts",
|
|
32773
|
-
"line":
|
|
32792
|
+
"line": 764
|
|
32774
32793
|
},
|
|
32775
32794
|
"name": "projectCard",
|
|
32776
32795
|
"optional": true,
|
|
@@ -32787,7 +32806,7 @@
|
|
|
32787
32806
|
"immutable": true,
|
|
32788
32807
|
"locationInModule": {
|
|
32789
32808
|
"filename": "src/github/workflows-model.ts",
|
|
32790
|
-
"line":
|
|
32809
|
+
"line": 769
|
|
32791
32810
|
},
|
|
32792
32811
|
"name": "projectColumn",
|
|
32793
32812
|
"optional": true,
|
|
@@ -32804,7 +32823,7 @@
|
|
|
32804
32823
|
"immutable": true,
|
|
32805
32824
|
"locationInModule": {
|
|
32806
32825
|
"filename": "src/github/workflows-model.ts",
|
|
32807
|
-
"line":
|
|
32826
|
+
"line": 775
|
|
32808
32827
|
},
|
|
32809
32828
|
"name": "public",
|
|
32810
32829
|
"optional": true,
|
|
@@ -32821,7 +32840,7 @@
|
|
|
32821
32840
|
"immutable": true,
|
|
32822
32841
|
"locationInModule": {
|
|
32823
32842
|
"filename": "src/github/workflows-model.ts",
|
|
32824
|
-
"line":
|
|
32843
|
+
"line": 780
|
|
32825
32844
|
},
|
|
32826
32845
|
"name": "pullRequest",
|
|
32827
32846
|
"optional": true,
|
|
@@ -32838,7 +32857,7 @@
|
|
|
32838
32857
|
"immutable": true,
|
|
32839
32858
|
"locationInModule": {
|
|
32840
32859
|
"filename": "src/github/workflows-model.ts",
|
|
32841
|
-
"line":
|
|
32860
|
+
"line": 785
|
|
32842
32861
|
},
|
|
32843
32862
|
"name": "pullRequestReview",
|
|
32844
32863
|
"optional": true,
|
|
@@ -32855,7 +32874,7 @@
|
|
|
32855
32874
|
"immutable": true,
|
|
32856
32875
|
"locationInModule": {
|
|
32857
32876
|
"filename": "src/github/workflows-model.ts",
|
|
32858
|
-
"line":
|
|
32877
|
+
"line": 791
|
|
32859
32878
|
},
|
|
32860
32879
|
"name": "pullRequestReviewComment",
|
|
32861
32880
|
"optional": true,
|
|
@@ -32874,7 +32893,7 @@
|
|
|
32874
32893
|
"immutable": true,
|
|
32875
32894
|
"locationInModule": {
|
|
32876
32895
|
"filename": "src/github/workflows-model.ts",
|
|
32877
|
-
"line":
|
|
32896
|
+
"line": 812
|
|
32878
32897
|
},
|
|
32879
32898
|
"name": "pullRequestTarget",
|
|
32880
32899
|
"optional": true,
|
|
@@ -32891,7 +32910,7 @@
|
|
|
32891
32910
|
"immutable": true,
|
|
32892
32911
|
"locationInModule": {
|
|
32893
32912
|
"filename": "src/github/workflows-model.ts",
|
|
32894
|
-
"line":
|
|
32913
|
+
"line": 818
|
|
32895
32914
|
},
|
|
32896
32915
|
"name": "push",
|
|
32897
32916
|
"optional": true,
|
|
@@ -32908,7 +32927,7 @@
|
|
|
32908
32927
|
"immutable": true,
|
|
32909
32928
|
"locationInModule": {
|
|
32910
32929
|
"filename": "src/github/workflows-model.ts",
|
|
32911
|
-
"line":
|
|
32930
|
+
"line": 823
|
|
32912
32931
|
},
|
|
32913
32932
|
"name": "registryPackage",
|
|
32914
32933
|
"optional": true,
|
|
@@ -32925,7 +32944,7 @@
|
|
|
32925
32944
|
"immutable": true,
|
|
32926
32945
|
"locationInModule": {
|
|
32927
32946
|
"filename": "src/github/workflows-model.ts",
|
|
32928
|
-
"line":
|
|
32947
|
+
"line": 828
|
|
32929
32948
|
},
|
|
32930
32949
|
"name": "release",
|
|
32931
32950
|
"optional": true,
|
|
@@ -32942,7 +32961,7 @@
|
|
|
32942
32961
|
"immutable": true,
|
|
32943
32962
|
"locationInModule": {
|
|
32944
32963
|
"filename": "src/github/workflows-model.ts",
|
|
32945
|
-
"line":
|
|
32964
|
+
"line": 645
|
|
32946
32965
|
},
|
|
32947
32966
|
"name": "repositoryDispatch",
|
|
32948
32967
|
"optional": true,
|
|
@@ -32961,7 +32980,7 @@
|
|
|
32961
32980
|
"immutable": true,
|
|
32962
32981
|
"locationInModule": {
|
|
32963
32982
|
"filename": "src/github/workflows-model.ts",
|
|
32964
|
-
"line":
|
|
32983
|
+
"line": 628
|
|
32965
32984
|
},
|
|
32966
32985
|
"name": "schedule",
|
|
32967
32986
|
"optional": true,
|
|
@@ -32983,7 +33002,7 @@
|
|
|
32983
33002
|
"immutable": true,
|
|
32984
33003
|
"locationInModule": {
|
|
32985
33004
|
"filename": "src/github/workflows-model.ts",
|
|
32986
|
-
"line":
|
|
33005
|
+
"line": 834
|
|
32987
33006
|
},
|
|
32988
33007
|
"name": "status",
|
|
32989
33008
|
"optional": true,
|
|
@@ -33000,7 +33019,7 @@
|
|
|
33000
33019
|
"immutable": true,
|
|
33001
33020
|
"locationInModule": {
|
|
33002
33021
|
"filename": "src/github/workflows-model.ts",
|
|
33003
|
-
"line":
|
|
33022
|
+
"line": 839
|
|
33004
33023
|
},
|
|
33005
33024
|
"name": "watch",
|
|
33006
33025
|
"optional": true,
|
|
@@ -33018,7 +33037,7 @@
|
|
|
33018
33037
|
"immutable": true,
|
|
33019
33038
|
"locationInModule": {
|
|
33020
33039
|
"filename": "src/github/workflows-model.ts",
|
|
33021
|
-
"line":
|
|
33040
|
+
"line": 653
|
|
33022
33041
|
},
|
|
33023
33042
|
"name": "workflowCall",
|
|
33024
33043
|
"optional": true,
|
|
@@ -33036,7 +33055,7 @@
|
|
|
33036
33055
|
"immutable": true,
|
|
33037
33056
|
"locationInModule": {
|
|
33038
33057
|
"filename": "src/github/workflows-model.ts",
|
|
33039
|
-
"line":
|
|
33058
|
+
"line": 638
|
|
33040
33059
|
},
|
|
33041
33060
|
"name": "workflowDispatch",
|
|
33042
33061
|
"optional": true,
|
|
@@ -33054,7 +33073,7 @@
|
|
|
33054
33073
|
"immutable": true,
|
|
33055
33074
|
"locationInModule": {
|
|
33056
33075
|
"filename": "src/github/workflows-model.ts",
|
|
33057
|
-
"line":
|
|
33076
|
+
"line": 847
|
|
33058
33077
|
},
|
|
33059
33078
|
"name": "workflowRun",
|
|
33060
33079
|
"optional": true,
|
|
@@ -33076,7 +33095,7 @@
|
|
|
33076
33095
|
"kind": "interface",
|
|
33077
33096
|
"locationInModule": {
|
|
33078
33097
|
"filename": "src/github/workflows-model.ts",
|
|
33079
|
-
"line":
|
|
33098
|
+
"line": 1219
|
|
33080
33099
|
},
|
|
33081
33100
|
"name": "WatchOptions",
|
|
33082
33101
|
"namespace": "github.workflows",
|
|
@@ -33093,7 +33112,7 @@
|
|
|
33093
33112
|
"immutable": true,
|
|
33094
33113
|
"locationInModule": {
|
|
33095
33114
|
"filename": "src/github/workflows-model.ts",
|
|
33096
|
-
"line":
|
|
33115
|
+
"line": 1225
|
|
33097
33116
|
},
|
|
33098
33117
|
"name": "types",
|
|
33099
33118
|
"optional": true,
|
|
@@ -33120,7 +33139,7 @@
|
|
|
33120
33139
|
"kind": "interface",
|
|
33121
33140
|
"locationInModule": {
|
|
33122
33141
|
"filename": "src/github/workflows-model.ts",
|
|
33123
|
-
"line":
|
|
33142
|
+
"line": 1261
|
|
33124
33143
|
},
|
|
33125
33144
|
"name": "WorkflowCallOptions",
|
|
33126
33145
|
"namespace": "github.workflows",
|
|
@@ -33137,7 +33156,7 @@
|
|
|
33137
33156
|
"kind": "interface",
|
|
33138
33157
|
"locationInModule": {
|
|
33139
33158
|
"filename": "src/github/workflows-model.ts",
|
|
33140
|
-
"line":
|
|
33159
|
+
"line": 1256
|
|
33141
33160
|
},
|
|
33142
33161
|
"name": "WorkflowDispatchOptions",
|
|
33143
33162
|
"namespace": "github.workflows",
|
|
@@ -33154,7 +33173,7 @@
|
|
|
33154
33173
|
"kind": "interface",
|
|
33155
33174
|
"locationInModule": {
|
|
33156
33175
|
"filename": "src/github/workflows-model.ts",
|
|
33157
|
-
"line":
|
|
33176
|
+
"line": 1231
|
|
33158
33177
|
},
|
|
33159
33178
|
"name": "WorkflowRunOptions",
|
|
33160
33179
|
"namespace": "github.workflows",
|
|
@@ -33171,7 +33190,7 @@
|
|
|
33171
33190
|
"immutable": true,
|
|
33172
33191
|
"locationInModule": {
|
|
33173
33192
|
"filename": "src/github/workflows-model.ts",
|
|
33174
|
-
"line":
|
|
33193
|
+
"line": 1249
|
|
33175
33194
|
},
|
|
33176
33195
|
"name": "branches",
|
|
33177
33196
|
"optional": true,
|
|
@@ -33196,7 +33215,7 @@
|
|
|
33196
33215
|
"immutable": true,
|
|
33197
33216
|
"locationInModule": {
|
|
33198
33217
|
"filename": "src/github/workflows-model.ts",
|
|
33199
|
-
"line":
|
|
33218
|
+
"line": 1243
|
|
33200
33219
|
},
|
|
33201
33220
|
"name": "types",
|
|
33202
33221
|
"optional": true,
|
|
@@ -33221,7 +33240,7 @@
|
|
|
33221
33240
|
"immutable": true,
|
|
33222
33241
|
"locationInModule": {
|
|
33223
33242
|
"filename": "src/github/workflows-model.ts",
|
|
33224
|
-
"line":
|
|
33243
|
+
"line": 1237
|
|
33225
33244
|
},
|
|
33226
33245
|
"name": "workflows",
|
|
33227
33246
|
"optional": true,
|
|
@@ -72125,7 +72144,7 @@
|
|
|
72125
72144
|
"kind": "interface",
|
|
72126
72145
|
"locationInModule": {
|
|
72127
72146
|
"filename": "src/release/release.ts",
|
|
72128
|
-
"line":
|
|
72147
|
+
"line": 796
|
|
72129
72148
|
},
|
|
72130
72149
|
"name": "BranchOptions",
|
|
72131
72150
|
"namespace": "release",
|
|
@@ -72139,7 +72158,7 @@
|
|
|
72139
72158
|
"immutable": true,
|
|
72140
72159
|
"locationInModule": {
|
|
72141
72160
|
"filename": "src/release/release.ts",
|
|
72142
|
-
"line":
|
|
72161
|
+
"line": 806
|
|
72143
72162
|
},
|
|
72144
72163
|
"name": "majorVersion",
|
|
72145
72164
|
"type": {
|
|
@@ -72155,7 +72174,7 @@
|
|
|
72155
72174
|
"immutable": true,
|
|
72156
72175
|
"locationInModule": {
|
|
72157
72176
|
"filename": "src/release/release.ts",
|
|
72158
|
-
"line":
|
|
72177
|
+
"line": 811
|
|
72159
72178
|
},
|
|
72160
72179
|
"name": "minMajorVersion",
|
|
72161
72180
|
"optional": true,
|
|
@@ -72172,7 +72191,7 @@
|
|
|
72172
72191
|
"immutable": true,
|
|
72173
72192
|
"locationInModule": {
|
|
72174
72193
|
"filename": "src/release/release.ts",
|
|
72175
|
-
"line":
|
|
72194
|
+
"line": 816
|
|
72176
72195
|
},
|
|
72177
72196
|
"name": "minorVersion",
|
|
72178
72197
|
"optional": true,
|
|
@@ -72190,7 +72209,7 @@
|
|
|
72190
72209
|
"immutable": true,
|
|
72191
72210
|
"locationInModule": {
|
|
72192
72211
|
"filename": "src/release/release.ts",
|
|
72193
|
-
"line":
|
|
72212
|
+
"line": 844
|
|
72194
72213
|
},
|
|
72195
72214
|
"name": "npmDistTag",
|
|
72196
72215
|
"optional": true,
|
|
@@ -72208,7 +72227,7 @@
|
|
|
72208
72227
|
"immutable": true,
|
|
72209
72228
|
"locationInModule": {
|
|
72210
72229
|
"filename": "src/release/release.ts",
|
|
72211
|
-
"line":
|
|
72230
|
+
"line": 823
|
|
72212
72231
|
},
|
|
72213
72232
|
"name": "prerelease",
|
|
72214
72233
|
"optional": true,
|
|
@@ -72227,7 +72246,7 @@
|
|
|
72227
72246
|
"immutable": true,
|
|
72228
72247
|
"locationInModule": {
|
|
72229
72248
|
"filename": "src/release/release.ts",
|
|
72230
|
-
"line":
|
|
72249
|
+
"line": 837
|
|
72231
72250
|
},
|
|
72232
72251
|
"name": "tagPrefix",
|
|
72233
72252
|
"optional": true,
|
|
@@ -72245,7 +72264,7 @@
|
|
|
72245
72264
|
"immutable": true,
|
|
72246
72265
|
"locationInModule": {
|
|
72247
72266
|
"filename": "src/release/release.ts",
|
|
72248
|
-
"line":
|
|
72267
|
+
"line": 801
|
|
72249
72268
|
},
|
|
72250
72269
|
"name": "workflowName",
|
|
72251
72270
|
"optional": true,
|
|
@@ -72266,7 +72285,7 @@
|
|
|
72266
72285
|
"kind": "enum",
|
|
72267
72286
|
"locationInModule": {
|
|
72268
72287
|
"filename": "src/release/publisher.ts",
|
|
72269
|
-
"line":
|
|
72288
|
+
"line": 964
|
|
72270
72289
|
},
|
|
72271
72290
|
"members": [
|
|
72272
72291
|
{
|
|
@@ -72300,7 +72319,7 @@
|
|
|
72300
72319
|
"kind": "interface",
|
|
72301
72320
|
"locationInModule": {
|
|
72302
72321
|
"filename": "src/release/publisher.ts",
|
|
72303
|
-
"line":
|
|
72322
|
+
"line": 982
|
|
72304
72323
|
},
|
|
72305
72324
|
"name": "CodeArtifactOptions",
|
|
72306
72325
|
"namespace": "release",
|
|
@@ -72316,7 +72335,7 @@
|
|
|
72316
72335
|
"immutable": true,
|
|
72317
72336
|
"locationInModule": {
|
|
72318
72337
|
"filename": "src/release/publisher.ts",
|
|
72319
|
-
"line":
|
|
72338
|
+
"line": 998
|
|
72320
72339
|
},
|
|
72321
72340
|
"name": "accessKeyIdSecret",
|
|
72322
72341
|
"optional": true,
|
|
@@ -72334,7 +72353,7 @@
|
|
|
72334
72353
|
"immutable": true,
|
|
72335
72354
|
"locationInModule": {
|
|
72336
72355
|
"filename": "src/release/publisher.ts",
|
|
72337
|
-
"line":
|
|
72356
|
+
"line": 988
|
|
72338
72357
|
},
|
|
72339
72358
|
"name": "authProvider",
|
|
72340
72359
|
"optional": true,
|
|
@@ -72353,7 +72372,7 @@
|
|
|
72353
72372
|
"immutable": true,
|
|
72354
72373
|
"locationInModule": {
|
|
72355
72374
|
"filename": "src/release/publisher.ts",
|
|
72356
|
-
"line":
|
|
72375
|
+
"line": 1018
|
|
72357
72376
|
},
|
|
72358
72377
|
"name": "roleToAssume",
|
|
72359
72378
|
"optional": true,
|
|
@@ -72372,7 +72391,7 @@
|
|
|
72372
72391
|
"immutable": true,
|
|
72373
72392
|
"locationInModule": {
|
|
72374
72393
|
"filename": "src/release/publisher.ts",
|
|
72375
|
-
"line":
|
|
72394
|
+
"line": 1009
|
|
72376
72395
|
},
|
|
72377
72396
|
"name": "secretAccessKeySecret",
|
|
72378
72397
|
"optional": true,
|
|
@@ -72394,7 +72413,7 @@
|
|
|
72394
72413
|
"kind": "interface",
|
|
72395
72414
|
"locationInModule": {
|
|
72396
72415
|
"filename": "src/release/publisher.ts",
|
|
72397
|
-
"line":
|
|
72416
|
+
"line": 866
|
|
72398
72417
|
},
|
|
72399
72418
|
"name": "CommonPublishOptions",
|
|
72400
72419
|
"namespace": "release",
|
|
@@ -72409,7 +72428,7 @@
|
|
|
72409
72428
|
"immutable": true,
|
|
72410
72429
|
"locationInModule": {
|
|
72411
72430
|
"filename": "src/release/publisher.ts",
|
|
72412
|
-
"line":
|
|
72431
|
+
"line": 885
|
|
72413
72432
|
},
|
|
72414
72433
|
"name": "postPublishSteps",
|
|
72415
72434
|
"optional": true,
|
|
@@ -72432,7 +72451,7 @@
|
|
|
72432
72451
|
"immutable": true,
|
|
72433
72452
|
"locationInModule": {
|
|
72434
72453
|
"filename": "src/release/publisher.ts",
|
|
72435
|
-
"line":
|
|
72454
|
+
"line": 876
|
|
72436
72455
|
},
|
|
72437
72456
|
"name": "prePublishSteps",
|
|
72438
72457
|
"optional": true,
|
|
@@ -72455,7 +72474,7 @@
|
|
|
72455
72474
|
"immutable": true,
|
|
72456
72475
|
"locationInModule": {
|
|
72457
72476
|
"filename": "src/release/publisher.ts",
|
|
72458
|
-
"line":
|
|
72477
|
+
"line": 891
|
|
72459
72478
|
},
|
|
72460
72479
|
"name": "publishTools",
|
|
72461
72480
|
"optional": true,
|
|
@@ -72520,7 +72539,7 @@
|
|
|
72520
72539
|
"kind": "interface",
|
|
72521
72540
|
"locationInModule": {
|
|
72522
72541
|
"filename": "src/release/publisher.ts",
|
|
72523
|
-
"line":
|
|
72542
|
+
"line": 1288
|
|
72524
72543
|
},
|
|
72525
72544
|
"name": "GitHubReleasesPublishOptions",
|
|
72526
72545
|
"namespace": "release",
|
|
@@ -72535,7 +72554,7 @@
|
|
|
72535
72554
|
"immutable": true,
|
|
72536
72555
|
"locationInModule": {
|
|
72537
72556
|
"filename": "src/release/publisher.ts",
|
|
72538
|
-
"line":
|
|
72557
|
+
"line": 1251
|
|
72539
72558
|
},
|
|
72540
72559
|
"name": "changelogFile",
|
|
72541
72560
|
"type": {
|
|
@@ -72552,7 +72571,7 @@
|
|
|
72552
72571
|
"immutable": true,
|
|
72553
72572
|
"locationInModule": {
|
|
72554
72573
|
"filename": "src/release/publisher.ts",
|
|
72555
|
-
"line":
|
|
72574
|
+
"line": 1244
|
|
72556
72575
|
},
|
|
72557
72576
|
"name": "releaseTagFile",
|
|
72558
72577
|
"type": {
|
|
@@ -72569,7 +72588,7 @@
|
|
|
72569
72588
|
"immutable": true,
|
|
72570
72589
|
"locationInModule": {
|
|
72571
72590
|
"filename": "src/release/publisher.ts",
|
|
72572
|
-
"line":
|
|
72591
|
+
"line": 1237
|
|
72573
72592
|
},
|
|
72574
72593
|
"name": "versionFile",
|
|
72575
72594
|
"type": {
|
|
@@ -72590,7 +72609,7 @@
|
|
|
72590
72609
|
"kind": "interface",
|
|
72591
72610
|
"locationInModule": {
|
|
72592
72611
|
"filename": "src/release/publisher.ts",
|
|
72593
|
-
"line":
|
|
72612
|
+
"line": 1295
|
|
72594
72613
|
},
|
|
72595
72614
|
"name": "GitPublishOptions",
|
|
72596
72615
|
"namespace": "release",
|
|
@@ -72605,7 +72624,7 @@
|
|
|
72605
72624
|
"immutable": true,
|
|
72606
72625
|
"locationInModule": {
|
|
72607
72626
|
"filename": "src/release/publisher.ts",
|
|
72608
|
-
"line":
|
|
72627
|
+
"line": 1251
|
|
72609
72628
|
},
|
|
72610
72629
|
"name": "changelogFile",
|
|
72611
72630
|
"type": {
|
|
@@ -72622,7 +72641,7 @@
|
|
|
72622
72641
|
"immutable": true,
|
|
72623
72642
|
"locationInModule": {
|
|
72624
72643
|
"filename": "src/release/publisher.ts",
|
|
72625
|
-
"line":
|
|
72644
|
+
"line": 1244
|
|
72626
72645
|
},
|
|
72627
72646
|
"name": "releaseTagFile",
|
|
72628
72647
|
"type": {
|
|
@@ -72639,7 +72658,7 @@
|
|
|
72639
72658
|
"immutable": true,
|
|
72640
72659
|
"locationInModule": {
|
|
72641
72660
|
"filename": "src/release/publisher.ts",
|
|
72642
|
-
"line":
|
|
72661
|
+
"line": 1237
|
|
72643
72662
|
},
|
|
72644
72663
|
"name": "versionFile",
|
|
72645
72664
|
"type": {
|
|
@@ -72656,7 +72675,7 @@
|
|
|
72656
72675
|
"immutable": true,
|
|
72657
72676
|
"locationInModule": {
|
|
72658
72677
|
"filename": "src/release/publisher.ts",
|
|
72659
|
-
"line":
|
|
72678
|
+
"line": 1306
|
|
72660
72679
|
},
|
|
72661
72680
|
"name": "gitBranch",
|
|
72662
72681
|
"optional": true,
|
|
@@ -72674,7 +72693,7 @@
|
|
|
72674
72693
|
"immutable": true,
|
|
72675
72694
|
"locationInModule": {
|
|
72676
72695
|
"filename": "src/release/publisher.ts",
|
|
72677
|
-
"line":
|
|
72696
|
+
"line": 1313
|
|
72678
72697
|
},
|
|
72679
72698
|
"name": "gitPushCommand",
|
|
72680
72699
|
"optional": true,
|
|
@@ -72691,7 +72710,7 @@
|
|
|
72691
72710
|
"immutable": true,
|
|
72692
72711
|
"locationInModule": {
|
|
72693
72712
|
"filename": "src/release/publisher.ts",
|
|
72694
|
-
"line":
|
|
72713
|
+
"line": 1299
|
|
72695
72714
|
},
|
|
72696
72715
|
"name": "projectChangelogFile",
|
|
72697
72716
|
"optional": true,
|
|
@@ -72716,7 +72735,7 @@
|
|
|
72716
72735
|
"kind": "interface",
|
|
72717
72736
|
"locationInModule": {
|
|
72718
72737
|
"filename": "src/release/publisher.ts",
|
|
72719
|
-
"line":
|
|
72738
|
+
"line": 1176
|
|
72720
72739
|
},
|
|
72721
72740
|
"name": "GoPublishOptions",
|
|
72722
72741
|
"namespace": "release",
|
|
@@ -72731,7 +72750,7 @@
|
|
|
72731
72750
|
"immutable": true,
|
|
72732
72751
|
"locationInModule": {
|
|
72733
72752
|
"filename": "src/release/publisher.ts",
|
|
72734
|
-
"line":
|
|
72753
|
+
"line": 1209
|
|
72735
72754
|
},
|
|
72736
72755
|
"name": "gitBranch",
|
|
72737
72756
|
"optional": true,
|
|
@@ -72749,7 +72768,7 @@
|
|
|
72749
72768
|
"immutable": true,
|
|
72750
72769
|
"locationInModule": {
|
|
72751
72770
|
"filename": "src/release/publisher.ts",
|
|
72752
|
-
"line":
|
|
72771
|
+
"line": 1228
|
|
72753
72772
|
},
|
|
72754
72773
|
"name": "gitCommitMessage",
|
|
72755
72774
|
"optional": true,
|
|
@@ -72768,7 +72787,7 @@
|
|
|
72768
72787
|
"immutable": true,
|
|
72769
72788
|
"locationInModule": {
|
|
72770
72789
|
"filename": "src/release/publisher.ts",
|
|
72771
|
-
"line":
|
|
72790
|
+
"line": 1195
|
|
72772
72791
|
},
|
|
72773
72792
|
"name": "githubDeployKeySecret",
|
|
72774
72793
|
"optional": true,
|
|
@@ -72787,7 +72806,7 @@
|
|
|
72787
72806
|
"immutable": true,
|
|
72788
72807
|
"locationInModule": {
|
|
72789
72808
|
"filename": "src/release/publisher.ts",
|
|
72790
|
-
"line":
|
|
72809
|
+
"line": 1185
|
|
72791
72810
|
},
|
|
72792
72811
|
"name": "githubTokenSecret",
|
|
72793
72812
|
"optional": true,
|
|
@@ -72805,7 +72824,7 @@
|
|
|
72805
72824
|
"immutable": true,
|
|
72806
72825
|
"locationInModule": {
|
|
72807
72826
|
"filename": "src/release/publisher.ts",
|
|
72808
|
-
"line":
|
|
72827
|
+
"line": 1202
|
|
72809
72828
|
},
|
|
72810
72829
|
"name": "githubUseSsh",
|
|
72811
72830
|
"optional": true,
|
|
@@ -72823,7 +72842,7 @@
|
|
|
72823
72842
|
"immutable": true,
|
|
72824
72843
|
"locationInModule": {
|
|
72825
72844
|
"filename": "src/release/publisher.ts",
|
|
72826
|
-
"line":
|
|
72845
|
+
"line": 1221
|
|
72827
72846
|
},
|
|
72828
72847
|
"name": "gitUserEmail",
|
|
72829
72848
|
"optional": true,
|
|
@@ -72841,7 +72860,7 @@
|
|
|
72841
72860
|
"immutable": true,
|
|
72842
72861
|
"locationInModule": {
|
|
72843
72862
|
"filename": "src/release/publisher.ts",
|
|
72844
|
-
"line":
|
|
72863
|
+
"line": 1215
|
|
72845
72864
|
},
|
|
72846
72865
|
"name": "gitUserName",
|
|
72847
72866
|
"optional": true,
|
|
@@ -72866,7 +72885,7 @@
|
|
|
72866
72885
|
"kind": "interface",
|
|
72867
72886
|
"locationInModule": {
|
|
72868
72887
|
"filename": "src/release/publisher.ts",
|
|
72869
|
-
"line":
|
|
72888
|
+
"line": 1171
|
|
72870
72889
|
},
|
|
72871
72890
|
"name": "JsiiReleaseGo",
|
|
72872
72891
|
"namespace": "release",
|
|
@@ -72886,7 +72905,7 @@
|
|
|
72886
72905
|
"kind": "interface",
|
|
72887
72906
|
"locationInModule": {
|
|
72888
72907
|
"filename": "src/release/publisher.ts",
|
|
72889
|
-
"line":
|
|
72908
|
+
"line": 1082
|
|
72890
72909
|
},
|
|
72891
72910
|
"name": "JsiiReleaseMaven",
|
|
72892
72911
|
"namespace": "release",
|
|
@@ -72906,7 +72925,7 @@
|
|
|
72906
72925
|
"kind": "interface",
|
|
72907
72926
|
"locationInModule": {
|
|
72908
72927
|
"filename": "src/release/publisher.ts",
|
|
72909
|
-
"line":
|
|
72928
|
+
"line": 897
|
|
72910
72929
|
},
|
|
72911
72930
|
"name": "JsiiReleaseNpm",
|
|
72912
72931
|
"namespace": "release",
|
|
@@ -72926,7 +72945,7 @@
|
|
|
72926
72945
|
"kind": "interface",
|
|
72927
72946
|
"locationInModule": {
|
|
72928
72947
|
"filename": "src/release/publisher.ts",
|
|
72929
|
-
"line":
|
|
72948
|
+
"line": 1060
|
|
72930
72949
|
},
|
|
72931
72950
|
"name": "JsiiReleaseNuget",
|
|
72932
72951
|
"namespace": "release",
|
|
@@ -72946,7 +72965,7 @@
|
|
|
72946
72965
|
"kind": "interface",
|
|
72947
72966
|
"locationInModule": {
|
|
72948
72967
|
"filename": "src/release/publisher.ts",
|
|
72949
|
-
"line":
|
|
72968
|
+
"line": 1024
|
|
72950
72969
|
},
|
|
72951
72970
|
"name": "JsiiReleasePyPi",
|
|
72952
72971
|
"namespace": "release",
|
|
@@ -73039,7 +73058,7 @@
|
|
|
73039
73058
|
"kind": "interface",
|
|
73040
73059
|
"locationInModule": {
|
|
73041
73060
|
"filename": "src/release/publisher.ts",
|
|
73042
|
-
"line":
|
|
73061
|
+
"line": 1087
|
|
73043
73062
|
},
|
|
73044
73063
|
"name": "MavenPublishOptions",
|
|
73045
73064
|
"namespace": "release",
|
|
@@ -73055,7 +73074,7 @@
|
|
|
73055
73074
|
"immutable": true,
|
|
73056
73075
|
"locationInModule": {
|
|
73057
73076
|
"filename": "src/release/publisher.ts",
|
|
73058
|
-
"line":
|
|
73077
|
+
"line": 1093
|
|
73059
73078
|
},
|
|
73060
73079
|
"name": "mavenEndpoint",
|
|
73061
73080
|
"optional": true,
|
|
@@ -73075,7 +73094,7 @@
|
|
|
73075
73094
|
"immutable": true,
|
|
73076
73095
|
"locationInModule": {
|
|
73077
73096
|
"filename": "src/release/publisher.ts",
|
|
73078
|
-
"line":
|
|
73097
|
+
"line": 1128
|
|
73079
73098
|
},
|
|
73080
73099
|
"name": "mavenGpgPrivateKeyPassphrase",
|
|
73081
73100
|
"optional": true,
|
|
@@ -73095,7 +73114,7 @@
|
|
|
73095
73114
|
"immutable": true,
|
|
73096
73115
|
"locationInModule": {
|
|
73097
73116
|
"filename": "src/release/publisher.ts",
|
|
73098
|
-
"line":
|
|
73117
|
+
"line": 1119
|
|
73099
73118
|
},
|
|
73100
73119
|
"name": "mavenGpgPrivateKeySecret",
|
|
73101
73120
|
"optional": true,
|
|
@@ -73115,7 +73134,7 @@
|
|
|
73115
73134
|
"immutable": true,
|
|
73116
73135
|
"locationInModule": {
|
|
73117
73136
|
"filename": "src/release/publisher.ts",
|
|
73118
|
-
"line":
|
|
73137
|
+
"line": 1154
|
|
73119
73138
|
},
|
|
73120
73139
|
"name": "mavenPassword",
|
|
73121
73140
|
"optional": true,
|
|
@@ -73133,7 +73152,7 @@
|
|
|
73133
73152
|
"immutable": true,
|
|
73134
73153
|
"locationInModule": {
|
|
73135
73154
|
"filename": "src/release/publisher.ts",
|
|
73136
|
-
"line":
|
|
73155
|
+
"line": 1109
|
|
73137
73156
|
},
|
|
73138
73157
|
"name": "mavenRepositoryUrl",
|
|
73139
73158
|
"optional": true,
|
|
@@ -73152,7 +73171,7 @@
|
|
|
73152
73171
|
"immutable": true,
|
|
73153
73172
|
"locationInModule": {
|
|
73154
73173
|
"filename": "src/release/publisher.ts",
|
|
73155
|
-
"line":
|
|
73174
|
+
"line": 1102
|
|
73156
73175
|
},
|
|
73157
73176
|
"name": "mavenServerId",
|
|
73158
73177
|
"optional": true,
|
|
@@ -73170,7 +73189,7 @@
|
|
|
73170
73189
|
"immutable": true,
|
|
73171
73190
|
"locationInModule": {
|
|
73172
73191
|
"filename": "src/release/publisher.ts",
|
|
73173
|
-
"line":
|
|
73192
|
+
"line": 1165
|
|
73174
73193
|
},
|
|
73175
73194
|
"name": "mavenStagingProfileId",
|
|
73176
73195
|
"optional": true,
|
|
@@ -73190,7 +73209,7 @@
|
|
|
73190
73209
|
"immutable": true,
|
|
73191
73210
|
"locationInModule": {
|
|
73192
73211
|
"filename": "src/release/publisher.ts",
|
|
73193
|
-
"line":
|
|
73212
|
+
"line": 1141
|
|
73194
73213
|
},
|
|
73195
73214
|
"name": "mavenUsername",
|
|
73196
73215
|
"optional": true,
|
|
@@ -73215,7 +73234,7 @@
|
|
|
73215
73234
|
"kind": "interface",
|
|
73216
73235
|
"locationInModule": {
|
|
73217
73236
|
"filename": "src/release/publisher.ts",
|
|
73218
|
-
"line":
|
|
73237
|
+
"line": 902
|
|
73219
73238
|
},
|
|
73220
73239
|
"name": "NpmPublishOptions",
|
|
73221
73240
|
"namespace": "release",
|
|
@@ -73230,7 +73249,7 @@
|
|
|
73230
73249
|
"immutable": true,
|
|
73231
73250
|
"locationInModule": {
|
|
73232
73251
|
"filename": "src/release/publisher.ts",
|
|
73233
|
-
"line":
|
|
73252
|
+
"line": 958
|
|
73234
73253
|
},
|
|
73235
73254
|
"name": "codeArtifactOptions",
|
|
73236
73255
|
"optional": true,
|
|
@@ -73250,7 +73269,7 @@
|
|
|
73250
73269
|
"immutable": true,
|
|
73251
73270
|
"locationInModule": {
|
|
73252
73271
|
"filename": "src/release/publisher.ts",
|
|
73253
|
-
"line":
|
|
73272
|
+
"line": 920
|
|
73254
73273
|
},
|
|
73255
73274
|
"name": "distTag",
|
|
73256
73275
|
"optional": true,
|
|
@@ -73270,7 +73289,7 @@
|
|
|
73270
73289
|
"immutable": true,
|
|
73271
73290
|
"locationInModule": {
|
|
73272
73291
|
"filename": "src/release/publisher.ts",
|
|
73273
|
-
"line":
|
|
73292
|
+
"line": 951
|
|
73274
73293
|
},
|
|
73275
73294
|
"name": "npmProvenance",
|
|
73276
73295
|
"optional": true,
|
|
@@ -73288,7 +73307,7 @@
|
|
|
73288
73307
|
"immutable": true,
|
|
73289
73308
|
"locationInModule": {
|
|
73290
73309
|
"filename": "src/release/publisher.ts",
|
|
73291
|
-
"line":
|
|
73310
|
+
"line": 940
|
|
73292
73311
|
},
|
|
73293
73312
|
"name": "npmTokenSecret",
|
|
73294
73313
|
"optional": true,
|
|
@@ -73308,7 +73327,7 @@
|
|
|
73308
73327
|
"immutable": true,
|
|
73309
73328
|
"locationInModule": {
|
|
73310
73329
|
"filename": "src/release/publisher.ts",
|
|
73311
|
-
"line":
|
|
73330
|
+
"line": 934
|
|
73312
73331
|
},
|
|
73313
73332
|
"name": "registry",
|
|
73314
73333
|
"optional": true,
|
|
@@ -73333,7 +73352,7 @@
|
|
|
73333
73352
|
"kind": "interface",
|
|
73334
73353
|
"locationInModule": {
|
|
73335
73354
|
"filename": "src/release/publisher.ts",
|
|
73336
|
-
"line":
|
|
73355
|
+
"line": 1065
|
|
73337
73356
|
},
|
|
73338
73357
|
"name": "NugetPublishOptions",
|
|
73339
73358
|
"namespace": "release",
|
|
@@ -73348,7 +73367,7 @@
|
|
|
73348
73367
|
"immutable": true,
|
|
73349
73368
|
"locationInModule": {
|
|
73350
73369
|
"filename": "src/release/publisher.ts",
|
|
73351
|
-
"line":
|
|
73370
|
+
"line": 1071
|
|
73352
73371
|
},
|
|
73353
73372
|
"name": "nugetApiKeySecret",
|
|
73354
73373
|
"optional": true,
|
|
@@ -73365,7 +73384,7 @@
|
|
|
73365
73384
|
"immutable": true,
|
|
73366
73385
|
"locationInModule": {
|
|
73367
73386
|
"filename": "src/release/publisher.ts",
|
|
73368
|
-
"line":
|
|
73387
|
+
"line": 1076
|
|
73369
73388
|
},
|
|
73370
73389
|
"name": "nugetServer",
|
|
73371
73390
|
"optional": true,
|
|
@@ -74002,7 +74021,7 @@
|
|
|
74002
74021
|
"kind": "interface",
|
|
74003
74022
|
"locationInModule": {
|
|
74004
74023
|
"filename": "src/release/publisher.ts",
|
|
74005
|
-
"line":
|
|
74024
|
+
"line": 1029
|
|
74006
74025
|
},
|
|
74007
74026
|
"name": "PyPiPublishOptions",
|
|
74008
74027
|
"namespace": "release",
|
|
@@ -74017,7 +74036,7 @@
|
|
|
74017
74036
|
"immutable": true,
|
|
74018
74037
|
"locationInModule": {
|
|
74019
74038
|
"filename": "src/release/publisher.ts",
|
|
74020
|
-
"line":
|
|
74039
|
+
"line": 1054
|
|
74021
74040
|
},
|
|
74022
74041
|
"name": "codeArtifactOptions",
|
|
74023
74042
|
"optional": true,
|
|
@@ -74035,7 +74054,7 @@
|
|
|
74035
74054
|
"immutable": true,
|
|
74036
74055
|
"locationInModule": {
|
|
74037
74056
|
"filename": "src/release/publisher.ts",
|
|
74038
|
-
"line":
|
|
74057
|
+
"line": 1047
|
|
74039
74058
|
},
|
|
74040
74059
|
"name": "twinePasswordSecret",
|
|
74041
74060
|
"optional": true,
|
|
@@ -74053,7 +74072,7 @@
|
|
|
74053
74072
|
"immutable": true,
|
|
74054
74073
|
"locationInModule": {
|
|
74055
74074
|
"filename": "src/release/publisher.ts",
|
|
74056
|
-
"line":
|
|
74075
|
+
"line": 1035
|
|
74057
74076
|
},
|
|
74058
74077
|
"name": "twineRegistryUrl",
|
|
74059
74078
|
"optional": true,
|
|
@@ -74071,7 +74090,7 @@
|
|
|
74071
74090
|
"immutable": true,
|
|
74072
74091
|
"locationInModule": {
|
|
74073
74092
|
"filename": "src/release/publisher.ts",
|
|
74074
|
-
"line":
|
|
74093
|
+
"line": 1041
|
|
74075
74094
|
},
|
|
74076
74095
|
"name": "twineUsernameSecret",
|
|
74077
74096
|
"optional": true,
|
|
@@ -79431,6 +79450,6 @@
|
|
|
79431
79450
|
"symbolId": "src/web/tailwind:TailwindConfigOptions"
|
|
79432
79451
|
}
|
|
79433
79452
|
},
|
|
79434
|
-
"version": "0.93.
|
|
79435
|
-
"fingerprint": "
|
|
79453
|
+
"version": "0.93.3",
|
|
79454
|
+
"fingerprint": "4FkqWXb8EVbEK1YR+xQ49tGEqyPkrbJIAEzwU7Bl6+w="
|
|
79436
79455
|
}
|